Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PublicKey ¶
type PublicKey struct {
// contains filtered or unexported fields
}
PublicKey Public Key that follows the x509 standard
func NewPublicKey ¶
NewPublicKey implements the pki.PublicKey interface
func (PublicKey) CanonicalValue ¶
CanonicalValue implements the pki.PublicKey interface
type Signature ¶
type Signature struct {
// contains filtered or unexported fields
}
func NewSignature ¶
NewSignature creates and validates an x509 signature object
func (Signature) CanonicalValue ¶
CanonicalValue implements the pki.Signature interface
Click to show internal directories.
Click to hide internal directories.