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 PGP standard; supports both armored & binary detached signatures
func FetchPublicKey ¶
FetchPublicKey implements pki.PublicKey interface
func NewPublicKey ¶
NewPublicKey implements the pki.PublicKey interface
func (PublicKey) CanonicalValue ¶
CanonicalValue implements the pki.PublicKey interface
func (PublicKey) EmailAddresses ¶
EmailAddresses implements the pki.PublicKey interface
func (PublicKey) Identities ¶
Identities implements the pki.PublicKey interface
type Signature ¶
type Signature struct {
// contains filtered or unexported fields
}
Signature that follows the PGP standard; supports both armored & binary detached signatures
func FetchSignature ¶
FetchSignature implements pki.Signature interface
func NewSignature ¶
NewSignature creates and validates a PGP signature object
func (Signature) CanonicalValue ¶
CanonicalValue implements the pki.Signature interface
Click to show internal directories.
Click to hide internal directories.