type crypto/x509.PublicKeyAlgorithm
10 uses
crypto/x509 (current package)
x509.go#L263: type PublicKeyAlgorithm int
x509.go#L266: UnknownPublicKeyAlgorithm PublicKeyAlgorithm = iota
x509.go#L280: func (algo PublicKeyAlgorithm) String() string {
x509.go#L367: pubKeyAlgo PublicKeyAlgorithm
x509.go#L500: func getPublicKeyAlgorithmFromOID(oid asn1.ObjectIdentifier) PublicKeyAlgorithm {
x509.go#L697: PublicKeyAlgorithm PublicKeyAlgorithm
x509.go#L957: func signaturePublicKeyAlgoMismatchError(expectedPubKeyAlgo PublicKeyAlgorithm, pubKey any) error {
x509.go#L965: var pubKeyAlgo PublicKeyAlgorithm
x509.go#L1519: var pubType PublicKeyAlgorithm
x509.go#L1901: PublicKeyAlgorithm PublicKeyAlgorithm
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)