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)},