Home
last modified time | relevance | path

Searched refs:EDIPartyName (Results 1 – 4 of 4) sorted by relevance

/external/python/pyasn1-modules/pyasn1_modules/
Drfc5280.py1099 class EDIPartyName(univ.Sequence): class
1103 EDIPartyName.componentType = namedtype.NamedTypes(
1127EDIPartyName().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 5))),
Drfc3280.py1027 class EDIPartyName(univ.Sequence): class
1031 EDIPartyName.componentType = namedtype.NamedTypes(
1065EDIPartyName().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 5))),
Drfc2459.py847 class EDIPartyName(univ.Sequence): class
1071EDIPartyName().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 5))),
/external/python/asn1crypto/asn1crypto/
Dx509.py1407 class EDIPartyName(Sequence): class
1421 ('edi_party_name', EDIPartyName, {'implicit': 5}),