type crypto/x509.PublicKeyAlgorithm

10 uses

	crypto/x509 (current package)
		x509.go#L262: type PublicKeyAlgorithm int
		x509.go#L265: 	UnknownPublicKeyAlgorithm PublicKeyAlgorithm = iota
		x509.go#L279: func (algo PublicKeyAlgorithm) String() string {
		x509.go#L366: 	pubKeyAlgo PublicKeyAlgorithm
		x509.go#L499: func getPublicKeyAlgorithmFromOID(oid asn1.ObjectIdentifier) PublicKeyAlgorithm {
		x509.go#L696: 	PublicKeyAlgorithm PublicKeyAlgorithm
		x509.go#L886: func signaturePublicKeyAlgoMismatchError(expectedPubKeyAlgo PublicKeyAlgorithm, pubKey any) error {
		x509.go#L896: 	var pubKeyAlgo PublicKeyAlgorithm
		x509.go#L1453: 	var pubType PublicKeyAlgorithm
		x509.go#L1813: 	PublicKeyAlgorithm PublicKeyAlgorithm