type crypto/x509.PublicKeyAlgorithm

10 uses

	crypto/x509 (current package)
		x509.go#L253: type PublicKeyAlgorithm int
		x509.go#L256: 	UnknownPublicKeyAlgorithm PublicKeyAlgorithm = iota
		x509.go#L270: func (algo PublicKeyAlgorithm) String() string {
		x509.go#L359: 	pubKeyAlgo PublicKeyAlgorithm
		x509.go#L490: func getPublicKeyAlgorithmFromOID(oid asn1.ObjectIdentifier) PublicKeyAlgorithm {
		x509.go#L687: 	PublicKeyAlgorithm PublicKeyAlgorithm
		x509.go#L868: func signaturePublicKeyAlgoMismatchError(expectedPubKeyAlgo PublicKeyAlgorithm, pubKey any) error {
		x509.go#L878: 	var pubKeyAlgo PublicKeyAlgorithm
		x509.go#L1409: 	var pubType PublicKeyAlgorithm
		x509.go#L1785: 	PublicKeyAlgorithm PublicKeyAlgorithm