type crypto/x509/pkix.Name
8 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#L643: Issuer pkix.Name
x509.go#L644: Subject pkix.Name
x509.go#L1728: Subject pkix.Name
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)