Home
last modified time | relevance | path

Searched refs:OtherCertificateFormat (Results 1 – 3 of 3) sorted by relevance

/external/python/pyasn1-modules/pyasn1_modules/
Drfc3852.py462 class OtherCertificateFormat(univ.Sequence): class
466 OtherCertificateFormat.componentType = namedtype.NamedTypes(
532 namedtype.NamedType('other', OtherCertificateFormat().subtype(
Drfc5652.py227 class OtherCertificateFormat(univ.Sequence): class
231 OtherCertificateFormat.componentType = namedtype.NamedTypes(
281 namedtype.NamedType('other', OtherCertificateFormat().subtype(
/external/python/asn1crypto/asn1crypto/
Dcms.py472 class OtherCertificateFormat(Sequence): class
485 ('other', OtherCertificateFormat, {'implicit': 3}),