crypto/x509.Certificate.URIs (field)
8 uses
crypto/x509 (current package)
x509.go#L711: URIs []*url.URL
x509.go#L1353: out.DNSNames, out.EmailAddresses, out.IPAddresses, out.URIs, err = parseSANExtension(e.Value)
x509.go#L1358: if len(out.DNSNames) == 0 && len(out.EmailAddresses) == 0 && len(out.IPAddresses) == 0 && len(out.URIs) == 0 {
x509.go#L1760: if (len(template.DNSNames) > 0 || len(template.EmailAddresses) > 0 || len(template.IPAddresses) > 0 || len(template.URIs) > 0) &&
x509.go#L1767: ret[n].Value, err = marshalSANs(template.DNSNames, template.EmailAddresses, template.IPAddresses, template.URIs)
google.golang.org/grpc/internal/credentials
spiffe.go#L36: if len(state.PeerCertificates) == 0 || len(state.PeerCertificates[0].URIs) == 0 {
spiffe.go#L40: for _, uri := range state.PeerCertificates[0].URIs {
spiffe.go#L58: if len(state.PeerCertificates[0].URIs) > 1 {
 |
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. |