crypto/x509/pkix.Name.FillFromRDNSequence (method)
5 uses
crypto/x509/pkix (current package)
pkix.go#L144: func (n *Name) FillFromRDNSequence(rdns *RDNSequence) {
crypto/x509
parser.go#L879: cert.Issuer.FillFromRDNSequence(issuerRDNs)
parser.go#L899: cert.Subject.FillFromRDNSequence(subjectRDNs)
parser.go#L1088: rl.Issuer.FillFromRDNSequence(issuerRDNs)
x509.go#L2134: out.Subject.FillFromRDNSequence(&subject)
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. |