type crypto/x509.SignatureAlgorithm
16 uses
crypto/x509 (current package)
x509.go#L212: type SignatureAlgorithm int
x509.go#L215: UnknownSignatureAlgorithm SignatureAlgorithm = iota
x509.go#L235: func (algo SignatureAlgorithm) isRSAPSS() bool {
x509.go#L244: func (algo SignatureAlgorithm) String() string {
x509.go#L356: algo SignatureAlgorithm
x509.go#L406: func getSignatureAlgorithmFromAI(ai pkix.AlgorithmIdentifier) SignatureAlgorithm {
x509.go#L685: SignatureAlgorithm SignatureAlgorithm
x509.go#L788: type InsecureAlgorithmError SignatureAlgorithm
x509.go#L792: if SignatureAlgorithm(e) == SHA1WithRSA || SignatureAlgorithm(e) == ECDSAWithSHA1 {
x509.go#L795: return fmt.Sprintf("x509: cannot verify signature: insecure algorithm %v", SignatureAlgorithm(e)) + override
x509.go#L851: func (c *Certificate) CheckSignature(algo SignatureAlgorithm, signed, signature []byte) error {
x509.go#L876: func checkSignature(algo SignatureAlgorithm, signed, signature []byte, publicKey crypto.PublicKey, allowSHA1 bool) (err error) {
x509.go#L1408: func signingParamsForPublicKey(pub any, requestedSigAlgo SignatureAlgorithm) (hashFunc crypto.Hash, sigAlgo pkix.AlgorithmIdentifier, err error) {
x509.go#L1783: SignatureAlgorithm SignatureAlgorithm
x509.go#L2219: SignatureAlgorithm SignatureAlgorithm
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |