crypto/x509/pkix.Extension.Value (field)
37 uses
crypto/x509/pkix (current package)
pkix.go#L116: Value []byte
crypto/x509
parser.go#L214: ext.Value = val
parser.go#L425: val := cryptobyte.String(e.Value)
parser.go#L525: outer := cryptobyte.String(e.Value)
parser.go#L677: out.KeyUsage, err = parseKeyUsageExtension(e.Value)
parser.go#L682: out.IsCA, out.MaxPathLen, err = parseBasicConstraintsExtension(e.Value)
parser.go#L689: out.DNSNames, out.EmailAddresses, out.IPAddresses, out.URIs, err = parseSANExtension(e.Value)
parser.go#L718: val := cryptobyte.String(e.Value)
parser.go#L756: val := cryptobyte.String(e.Value)
parser.go#L785: out.ExtKeyUsage, out.UnknownExtKeyUsage, err = parseExtKeyUsageExtension(e.Value)
parser.go#L794: val := cryptobyte.String(e.Value)
parser.go#L801: out.Policies, err = parseCertificatePoliciesExtension(e.Value)
parser.go#L812: val := cryptobyte.String(e.Value)
parser.go#L827: val := cryptobyte.String(e.Value)
parser.go#L842: val := cryptobyte.String(e.Value)
parser.go#L1231: val := cryptobyte.String(ext.Value)
parser.go#L1274: value := cryptobyte.String(ext.Value)
verify.go#L945: if bytes.Equal(candidateSAN.Value, certSAN.Value) {
x509.go#L951: return e.Value
x509.go#L1214: ret[n].Value, err = asn1.Marshal(subjectKeyId)
x509.go#L1223: ret[n].Value, err = asn1.Marshal(authKeyId{authorityKeyId})
x509.go#L1246: ret[n].Value, err = asn1.Marshal(aiaValues)
x509.go#L1260: ret[n].Value, err = marshalSANs(template.DNSNames, template.EmailAddresses, template.IPAddresses, template.URIs)
x509.go#L1368: ret[n].Value, err = b.Bytes()
x509.go#L1391: ret[n].Value, err = asn1.Marshal(crlDp)
x509.go#L1419: ext.Value, err = asn1.Marshal(asn1.BitString{Bytes: bitString, BitLength: asn1BitLength(bitString)})
x509.go#L1438: ext.Value, err = asn1.Marshal(oids)
x509.go#L1451: ext.Value, err = asn1.Marshal(basicConstraints{isCA, maxPathLen})
x509.go#L1483: ext.Value, err = b.Bytes()
x509.go#L1499: Value: sanBytes,
x509.go#L1865: aki.Value, err = asn1.Marshal(authKeyId{Id: c.SubjectKeyId})
x509.go#L2113: Value: e.Value,
x509.go#L2246: out.DNSNames, out.EmailAddresses, out.IPAddresses, out.URIs, err = parseSANExtension(extension.Value)
x509.go#L2467: Value: reasonBytes,
x509.go#L2506: Value: aki,
x509.go#L2510: Value: crlNum,