Home
last modified time | relevance | path

Searched refs:AnotherName (Results 1 – 9 of 9) sorted by relevance

/external/python/pyasn1-modules/pyasn1_modules/
Drfc4985.py37 srvName = rfc5280.AnotherName()
Drfc7585.py38 naiRealm = rfc5280.AnotherName()
Drfc8398.py40 on_SmtpUTF8Mailbox = rfc5280.AnotherName()
Drfc5934.py51 AnotherName = rfc5280.AnotherName variable
157 namedtype.NamedType('otherName', AnotherName().subtype(
Drfc3280.py1039 class AnotherName(univ.Sequence): class
1043 AnotherName.componentType = namedtype.NamedTypes(
1055AnotherName().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0))),
Drfc5280.py1088 class AnotherName(univ.Sequence): class
1117AnotherName().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0))),
Drfc2459.py1050 class AnotherName(univ.Sequence): class
1061AnotherName().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
/external/python/asn1crypto/asn1crypto/
Dx509.py1167 class AnotherName(Sequence): class
1416 ('other_name', AnotherName, {'implicit': 0}),
/external/python/asn1crypto/tests/
Dtest_x509.py500 self.assertIsInstance(alt_names[4].chosen, x509.AnotherName)