crypto/x509.Certificate.PublicKeyAlgorithm (field)
7 uses
	crypto/x509 (current package)
		parser.go#L948: 	cert.PublicKeyAlgorithm = getPublicKeyAlgorithmFromOID(pkAI.Algorithm)
		parser.go#L953: 	if cert.PublicKeyAlgorithm != UnknownPublicKeyAlgorithm {
		x509.go#L696: 	PublicKeyAlgorithm PublicKeyAlgorithm
		x509.go#L855: 	if parent.PublicKeyAlgorithm == UnknownPublicKeyAlgorithm {
		x509.go#L2467: 	if parent.PublicKeyAlgorithm == UnknownPublicKeyAlgorithm {
	crypto/tls
		handshake_client.go#L1080: 		if cert.cert.PublicKeyAlgorithm == x509.RSA {
		handshake_server.go#L883: 		if certs[i].PublicKeyAlgorithm == x509.RSA {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |