type crypto/x509/pkix.Name
9 uses
crypto/x509/pkix (current package)
pkix.go#L123: type Name struct {
pkix.go#L144: func (n *Name) FillFromRDNSequence(rdns *RDNSequence) {
pkix.go#L200: func (n Name) appendRDNs(in RDNSequence, values []string, oid asn1.ObjectIdentifier) RDNSequence {
pkix.go#L226: func (n Name) ToRDNSequence() (ret RDNSequence) {
pkix.go#L249: func (n Name) String() string {
crypto/x509
x509.go#L692: Issuer pkix.Name
x509.go#L693: Subject pkix.Name
x509.go#L1788: Subject pkix.Name
x509.go#L2208: Issuer pkix.Name
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. |