var ( ErrExist = errors.New("object already exists in token") )
type ErrNoCertificate struct { Type string }
func (e ErrNoCertificate) Error() string
type KeyNotFoundError struct{}
func (KeyNotFoundError) Error() string
type NotSignedError struct { Type string }
func (e NotSignedError) Error() string
type PinIncorrectError struct{}
func (PinIncorrectError) Error() string