type crypto/x509/pkix.AlgorithmIdentifier
24 uses
crypto/x509/pkix (current package)
pkix.go#L19: type AlgorithmIdentifier struct {
pkix.go#L288: SignatureAlgorithm AlgorithmIdentifier
pkix.go#L302: Signature AlgorithmIdentifier
crypto/x509
pkcs8.go#L22: Algo pkix.AlgorithmIdentifier
pkcs8.go#L93: privKey.Algo = pkix.AlgorithmIdentifier{
pkcs8.go#L110: privKey.Algo = pkix.AlgorithmIdentifier{
pkcs8.go#L122: privKey.Algo = pkix.AlgorithmIdentifier{
x509.go#L44: Algo pkix.AlgorithmIdentifier
x509.go#L73: func marshalPublicKey(pub interface{}) (publicKeyBytes []byte, publicKeyAlgorithm pkix.AlgorithmIdentifier, err error) {
x509.go#L81: return nil, pkix.AlgorithmIdentifier{}, err
x509.go#L91: return nil, pkix.AlgorithmIdentifier{}, errors.New("x509: unsupported elliptic curve")
x509.go#L104: return nil, pkix.AlgorithmIdentifier{}, fmt.Errorf("x509: unsupported public key type: %T", pub)
x509.go#L120: var publicKeyAlgorithm pkix.AlgorithmIdentifier
x509.go#L144: SignatureAlgorithm pkix.AlgorithmIdentifier
x509.go#L152: SignatureAlgorithm pkix.AlgorithmIdentifier
x509.go#L172: Algorithm pkix.AlgorithmIdentifier
x509.go#L374: Hash pkix.AlgorithmIdentifier `asn1:"explicit,tag:0"`
x509.go#L375: MGF pkix.AlgorithmIdentifier `asn1:"explicit,tag:1"`
x509.go#L380: func getSignatureAlgorithmFromAI(ai pkix.AlgorithmIdentifier) SignatureAlgorithm {
x509.go#L406: var mgf1HashFunc pkix.AlgorithmIdentifier
x509.go#L2014: func signingParamsForPublicKey(pub interface{}, requestedSigAlgo SignatureAlgorithm) (hashFunc crypto.Hash, sigAlgo pkix.AlgorithmIdentifier, err error) {
x509.go#L2413: SignatureAlgorithm pkix.AlgorithmIdentifier
x509.go#L2511: var sigAlgo pkix.AlgorithmIdentifier
x509.go#L2518: var publicKeyAlgorithm pkix.AlgorithmIdentifier
 |
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. |