Documentation
¶
Index ¶
Constants ¶
View Source
const PemTypeCertificate = "CERTIFICATE"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Envelope ¶
type Envelope struct { Payload []byte `json:"payload"` PayloadType string `json:"payloadType"` Signatures []Signature `json:"signatures"` }
type ErrNoMatchingSigs ¶
type ErrNoMatchingSigs struct{}
func (ErrNoMatchingSigs) Error ¶
func (e ErrNoMatchingSigs) Error() string
type ErrNoSignatures ¶
type ErrNoSignatures struct{}
func (ErrNoSignatures) Error ¶
func (e ErrNoSignatures) Error() string
Click to show internal directories.
Click to hide internal directories.