type crypto/x509.SignatureAlgorithm
14 uses
crypto/x509 (current package)
x509.go#L181: type SignatureAlgorithm int
x509.go#L184: UnknownSignatureAlgorithm SignatureAlgorithm = iota
x509.go#L204: func (algo SignatureAlgorithm) isRSAPSS() bool {
x509.go#L213: func (algo SignatureAlgorithm) String() string {
x509.go#L330: algo SignatureAlgorithm
x509.go#L380: func getSignatureAlgorithmFromAI(ai pkix.AlgorithmIdentifier) SignatureAlgorithm {
x509.go#L637: SignatureAlgorithm SignatureAlgorithm
x509.go#L735: type InsecureAlgorithmError SignatureAlgorithm
x509.go#L738: return fmt.Sprintf("x509: cannot verify signature: insecure algorithm %v", SignatureAlgorithm(e))
x509.go#L789: func (c *Certificate) CheckSignature(algo SignatureAlgorithm, signed, signature []byte) error {
x509.go#L812: func checkSignature(algo SignatureAlgorithm, signed, signature []byte, publicKey crypto.PublicKey) (err error) {
x509.go#L2014: func signingParamsForPublicKey(pub interface{}, requestedSigAlgo SignatureAlgorithm) (hashFunc crypto.Hash, sigAlgo pkix.AlgorithmIdentifier, err error) {
x509.go#L2364: SignatureAlgorithm SignatureAlgorithm
x509.go#L2735: SignatureAlgorithm SignatureAlgorithm
 |
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. |