var ErrKeyIncorrect error = keyIncorrectError(0)
var ErrKeyRevoked error = keyRevokedError(0)
var ErrUnknownIssuer error = unknownIssuerError(0)
InvalidArgumentError indicates that the caller is in error and passed an incorrect value.
type InvalidArgumentError string
func (i InvalidArgumentError) Error() string
SignatureError indicates that a syntactically valid signature failed to validate.
type SignatureError string
func (b SignatureError) Error() string
A StructuralError is returned when OpenPGP data is found to be syntactically invalid.
type StructuralError string
func (s StructuralError) Error() string
type UnknownPacketTypeError uint8
func (upte UnknownPacketTypeError) Error() string
UnsupportedError indicates that, although the OpenPGP data is valid, it makes use of currently unimplemented features.
type UnsupportedError string
func (s UnsupportedError) Error() string