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