Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RDNSequence (0.25 sec)

  1. src/crypto/x509/pkix/pkix.go

    )
    
    // appendRDNs appends a relativeDistinguishedNameSET to the given RDNSequence
    // and returns the new value. The relativeDistinguishedNameSET contains an
    // attributeTypeAndValue for each of the given values. See RFC 5280, A.1, and
    // search for AttributeTypeAndValue.
    func (n Name) appendRDNs(in RDNSequence, values []string, oid asn1.ObjectIdentifier) RDNSequence {
    	if len(values) == 0 || oidInAttributeTypeAndValue(oid, n.ExtraNames) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 13 17:09:47 UTC 2023
    - 9.1K bytes
    - Viewed (0)
Back to top