Documentation ¶
Index ¶
Constants ¶
View Source
const Algorithm = "sigstore"
Algorithm defines the type for the RSA PKCS #1 v1.5 signature algorithm.
View Source
const MediaType = "application/vnd.ocm.signature.sigstore"
MediaType defines the media type for a plain RSA signature.
View Source
const SignaturePEMBlockAlgorithmHeader = "Algorithm"
SignaturePEMBlockAlgorithmHeader defines the header in a signature pem block where the signature algorithm is defined.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct{}
Handler is a signatures.Signer compatible struct to sign using sigstore and a signatures.Verifier compatible struct to verify using sigstore.
Click to show internal directories.
Click to hide internal directories.