crypto/x509.Certificate.RawSubjectPublicKeyInfo (field)
4 uses
crypto/x509 (current package)
parser.go#L1001: cert.RawSubjectPublicKeyInfo = spki
verify.go#L974: if !bytes.Equal(candidate.RawSubjectPublicKeyInfo, cert.RawSubjectPublicKeyInfo) {
x509.go#L690: RawSubjectPublicKeyInfo []byte // DER encoded SubjectPublicKeyInfo.
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)