type crypto/x509.PublicKeyAlgorithm
11 uses
crypto/x509 (current package)
x509.go#L222: type PublicKeyAlgorithm int
x509.go#L225: UnknownPublicKeyAlgorithm PublicKeyAlgorithm = iota
x509.go#L239: func (algo PublicKeyAlgorithm) String() string {
x509.go#L333: pubKeyAlgo PublicKeyAlgorithm
x509.go#L457: func getPublicKeyAlgorithmFromOID(oid asn1.ObjectIdentifier) PublicKeyAlgorithm {
x509.go#L639: PublicKeyAlgorithm PublicKeyAlgorithm
x509.go#L806: func signaturePublicKeyAlgoMismatchError(expectedPubKeyAlgo PublicKeyAlgorithm, pubKey interface{}) error {
x509.go#L814: var pubKeyAlgo PublicKeyAlgorithm
x509.go#L917: func parsePublicKey(algo PublicKeyAlgorithm, keyData *publicKeyInfo) (interface{}, error) {
x509.go#L2015: var pubType PublicKeyAlgorithm
x509.go#L2366: PublicKeyAlgorithm PublicKeyAlgorithm
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)