Searched refs:EDIPartyName (Results 1 – 4 of 4) sorted by relevance
/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc5280.py | 1099 class EDIPartyName(univ.Sequence): class 1103 EDIPartyName.componentType = namedtype.NamedTypes( 1127 … EDIPartyName().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 5))),
|
D | rfc3280.py | 1027 class EDIPartyName(univ.Sequence): class 1031 EDIPartyName.componentType = namedtype.NamedTypes( 1065 … EDIPartyName().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 5))),
|
D | rfc2459.py | 847 class EDIPartyName(univ.Sequence): class 1071 … EDIPartyName().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 5))),
|
/external/python/asn1crypto/asn1crypto/ |
D | x509.py | 1407 class EDIPartyName(Sequence): class 1421 ('edi_party_name', EDIPartyName, {'implicit': 5}),
|