Documentation
¶
Index ¶
Constants ¶
View Source
const ( TypeX509 = "x509" TypeKMS = "kms" )
Variables ¶
View Source
var AllSigners = []string{TypeX509, TypeKMS}
Functions ¶
This section is empty.
Types ¶
type Bundle ¶ added in v0.17.0
type Bundle struct {
// Content is the raw content that was signed.
Content []byte
// Signature is the content signature.
Signature []byte
// Cert is an optional PEM encoded x509 certificate, if one was used for signing.
Cert []byte
// Cert is an optional PEM encoded x509 certificate chain, if one was used for signing.
Chain []byte
}
Bundle represents the output of a signing operation.
Click to show internal directories.
Click to hide internal directories.