crypto/x509/pkix.Name.FillFromRDNSequence (method)
4 uses
crypto/x509/pkix (current package)
pkix.go#L144: func (n *Name) FillFromRDNSequence(rdns *RDNSequence) {
crypto/x509
x509.go#L1328: out.Issuer.FillFromRDNSequence(&issuer)
x509.go#L1329: out.Subject.FillFromRDNSequence(&subject)
x509.go#L2705: out.Subject.FillFromRDNSequence(&subject)
![]() |
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. |