crypto/x509/pkix.Extension.Value (field)
28 uses
crypto/x509/pkix (current package)
pkix.go#L116: Value []byte
crypto/x509
x509.go#L800: return e.Value
x509.go#L1149: outer := cryptobyte.String(e.Value)
x509.go#L1341: out.KeyUsage, err = parseKeyUsageExtension(e.Value)
x509.go#L1346: out.IsCA, out.MaxPathLen, err = parseBasicConstraintsExtension(e.Value)
x509.go#L1353: out.DNSNames, out.EmailAddresses, out.IPAddresses, out.URIs, err = parseSANExtension(e.Value)
x509.go#L1384: if rest, err := asn1.Unmarshal(e.Value, &cdp); err != nil {
x509.go#L1406: if rest, err := asn1.Unmarshal(e.Value, &a); err != nil {
x509.go#L1414: out.ExtKeyUsage, out.UnknownExtKeyUsage, err = parseExtKeyUsageExtension(e.Value)
x509.go#L1419: out.SubjectKeyId, err = parseSubjectKeyIdExtension(e.Value)
x509.go#L1424: out.PolicyIdentifiers, err = parseCertificatePoliciesExtension(e.Value)
x509.go#L1435: if rest, err := asn1.Unmarshal(e.Value, &aia); err != nil {
x509.go#L1721: ret[n].Value, err = asn1.Marshal(subjectKeyId)
x509.go#L1730: ret[n].Value, err = asn1.Marshal(authKeyId{authorityKeyId})
x509.go#L1753: ret[n].Value, err = asn1.Marshal(aiaValues)
x509.go#L1767: ret[n].Value, err = marshalSANs(template.DNSNames, template.EmailAddresses, template.IPAddresses, template.URIs)
x509.go#L1874: ret[n].Value, err = b.Bytes()
x509.go#L1897: ret[n].Value, err = asn1.Marshal(crlDp)
x509.go#L1925: ext.Value, err = asn1.Marshal(asn1.BitString{Bytes: bitString, BitLength: asn1BitLength(bitString)})
x509.go#L1947: ext.Value, err = asn1.Marshal(oids)
x509.go#L1963: ext.Value, err = asn1.Marshal(basicConstraints{isCA, maxPathLen})
x509.go#L1977: ext.Value, err = asn1.Marshal(policies)
x509.go#L1996: Value: sanBytes,
x509.go#L2323: aki.Value, err = asn1.Marshal(authKeyId{Id: c.SubjectKeyId})
x509.go#L2572: Value: e.Value,
x509.go#L2714: out.DNSNames, out.EmailAddresses, out.IPAddresses, out.URIs, err = parseSANExtension(extension.Value)
x509.go#L2820: Value: aki,
x509.go#L2824: Value: crlNum,
 |
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. |