crypto/x509.Certificate.PublicKeyAlgorithm (field)
7 uses
crypto/x509 (current package)
parser.go#L917: cert.PublicKeyAlgorithm = getPublicKeyAlgorithmFromOID(pkAI.Algorithm)
parser.go#L922: if cert.PublicKeyAlgorithm != UnknownPublicKeyAlgorithm {
x509.go#L687: PublicKeyAlgorithm PublicKeyAlgorithm
x509.go#L837: if parent.PublicKeyAlgorithm == UnknownPublicKeyAlgorithm {
x509.go#L2466: if parent.PublicKeyAlgorithm == UnknownPublicKeyAlgorithm {
crypto/tls
handshake_client.go#L970: if cert.cert.PublicKeyAlgorithm == x509.RSA {
handshake_server.go#L867: if certs[i].PublicKeyAlgorithm == x509.RSA {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |