crypto/x509/pkix.Name.ToRDNSequence (method)
5 uses
crypto/x509/pkix (current package)
pkix.go#L226: func (n Name) ToRDNSequence() (ret RDNSequence) {
pkix.go#L268: rdns = append(rdns, n.ToRDNSequence()...)
crypto/x509
x509.go#L1402: return asn1.Marshal(cert.Subject.ToRDNSequence())
x509.go#L1732: Issuer: c.Subject.ToRDNSequence(),
x509.go#L2040: asn1Subject, err = asn1.Marshal(template.Subject.ToRDNSequence())
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |