crypto/x509.authorityInfoAccess.Location (field)
6 uses
crypto/x509 (current package)
x509.go#L902: Location asn1.RawValue
x509.go#L1443: if v.Location.Tag != 6 {
x509.go#L1447: out.OCSPServer = append(out.OCSPServer, string(v.Location.Bytes))
x509.go#L1449: out.IssuingCertificateURL = append(out.IssuingCertificateURL, string(v.Location.Bytes))
x509.go#L1744: Location: asn1.RawValue{Tag: 6, Class: 2, Bytes: []byte(name)},
x509.go#L1750: Location: asn1.RawValue{Tag: 6, Class: 2, Bytes: []byte(name)},
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |