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#L714: 	PublicKeyAlgorithm PublicKeyAlgorithm
		x509.go#L974: func signaturePublicKeyAlgoMismatchError(expectedPubKeyAlgo PublicKeyAlgorithm, pubKey any) error {
		x509.go#L982: 	var pubKeyAlgo PublicKeyAlgorithm
		x509.go#L1536: 	var pubType PublicKeyAlgorithm
		x509.go#L1922: 	PublicKeyAlgorithm PublicKeyAlgorithm