type crypto/x509.PublicKeyAlgorithm

11 uses

	crypto/x509 (current package)
		parser.go#L239: func parsePublicKey(algo PublicKeyAlgorithm, keyData *publicKeyInfo) (any, error) {
		x509.go#L221: type PublicKeyAlgorithm int
		x509.go#L224: 	UnknownPublicKeyAlgorithm PublicKeyAlgorithm = iota
		x509.go#L238: func (algo PublicKeyAlgorithm) String() string {
		x509.go#L332: 	pubKeyAlgo PublicKeyAlgorithm
		x509.go#L456: func getPublicKeyAlgorithmFromOID(oid asn1.ObjectIdentifier) PublicKeyAlgorithm {
		x509.go#L638: 	PublicKeyAlgorithm PublicKeyAlgorithm
		x509.go#L817: func signaturePublicKeyAlgoMismatchError(expectedPubKeyAlgo PublicKeyAlgorithm, pubKey any) error {
		x509.go#L825: 	var pubKeyAlgo PublicKeyAlgorithm
		x509.go#L1361: 	var pubType PublicKeyAlgorithm
		x509.go#L1725: 	PublicKeyAlgorithm PublicKeyAlgorithm