crypto/x509.Certificate.PublicKeyAlgorithm (field)
9 uses
crypto/x509 (current package)
parser.go#L1005: cert.PublicKeyAlgorithm = getPublicKeyAlgorithmFromOID(pkAI.Algorithm)
parser.go#L1010: if cert.PublicKeyAlgorithm != UnknownPublicKeyAlgorithm {
x509.go#L714: PublicKeyAlgorithm PublicKeyAlgorithm
x509.go#L943: if parent.PublicKeyAlgorithm == UnknownPublicKeyAlgorithm {
x509.go#L2577: if parent.PublicKeyAlgorithm == UnknownPublicKeyAlgorithm {
crypto/tls
handshake_client.go#L1107: if cert.PublicKeyAlgorithm == x509.RSA {
handshake_server.go#L949: if certs[i].PublicKeyAlgorithm == x509.RSA {
github.com/refraction-networking/utls
handshake_client.go#L1131: if cert.cert.PublicKeyAlgorithm == x509.RSA {
handshake_server.go#L917: if certs[i].PublicKeyAlgorithm == x509.RSA {
![]() |
The pages are generated with Golds v0.8.4. (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. |