type golang.org/x/crypto/openpgp/errors.SignatureError
16 uses
golang.org/x/crypto/openpgp/errors (current package)
errors.go#L38: type SignatureError string
errors.go#L40: func (b SignatureError) Error() string {
golang.org/x/crypto/openpgp/packet
public_key.go#L513: return errors.SignatureError("hash tag doesn't match")
public_key.go#L525: return errors.SignatureError("RSA verification failure")
public_key.go#L536: return errors.SignatureError("DSA verification failure")
public_key.go#L542: return errors.SignatureError("ECDSA verification failure")
public_key.go#L546: return errors.SignatureError("Unsupported public key algorithm used in signature")
public_key.go#L564: return errors.SignatureError("hash tag doesn't match")
public_key.go#L575: return errors.SignatureError("RSA verification failure")
public_key.go#L586: return errors.SignatureError("DSA verification failure")
public_key_v3.go#L202: return errors.SignatureError("hash tag doesn't match")
public_key_v3.go#L212: return errors.SignatureError("RSA verification failure")
symmetrically_encrypted.go#L183: return errors.SignatureError("error during reading")
symmetrically_encrypted.go#L194: return errors.SignatureError("error during reading")
symmetrically_encrypted.go#L199: return errors.SignatureError("MDC packet not found")
symmetrically_encrypted.go#L205: return errors.SignatureError("hash mismatch")
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |