type crypto/x509.SignatureAlgorithm
18 uses
crypto/x509 (current package)
x509.go#L213: type SignatureAlgorithm int
x509.go#L216: UnknownSignatureAlgorithm SignatureAlgorithm = iota
x509.go#L236: func (algo SignatureAlgorithm) isRSAPSS() bool {
x509.go#L245: func (algo SignatureAlgorithm) hashFunc() crypto.Hash {
x509.go#L254: func (algo SignatureAlgorithm) String() string {
x509.go#L363: algo SignatureAlgorithm
x509.go#L416: func getSignatureAlgorithmFromAI(ai pkix.AlgorithmIdentifier) SignatureAlgorithm {
x509.go#L712: SignatureAlgorithm SignatureAlgorithm
x509.go#L898: type InsecureAlgorithmError SignatureAlgorithm
x509.go#L901: return fmt.Sprintf("x509: cannot verify signature: insecure algorithm %v", SignatureAlgorithm(e))
x509.go#L957: func (c *Certificate) CheckSignature(algo SignatureAlgorithm, signed, signature []byte) error {
x509.go#L980: func checkSignature(algo SignatureAlgorithm, signed, signature []byte, publicKey crypto.PublicKey, allowSHA1 bool) (err error) {
x509.go#L1534: func signingParamsForKey(key crypto.Signer, sigAlgo SignatureAlgorithm) (SignatureAlgorithm, pkix.AlgorithmIdentifier, error) {
x509.go#L1537: var defaultAlgo SignatureAlgorithm
x509.go#L1588: func signTBS(tbs []byte, key crypto.Signer, sigAlg SignatureAlgorithm, rand io.Reader) ([]byte, error) {
x509.go#L1920: SignatureAlgorithm SignatureAlgorithm
x509.go#L2343: SignatureAlgorithm SignatureAlgorithm
 |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |