Searched refs:AnotherName (Results 1 – 9 of 9) sorted by relevance
/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc4985.py | 37 srvName = rfc5280.AnotherName()
|
D | rfc7585.py | 38 naiRealm = rfc5280.AnotherName()
|
D | rfc8398.py | 40 on_SmtpUTF8Mailbox = rfc5280.AnotherName()
|
D | rfc5934.py | 51 AnotherName = rfc5280.AnotherName variable 157 namedtype.NamedType('otherName', AnotherName().subtype(
|
D | rfc3280.py | 1039 class AnotherName(univ.Sequence): class 1043 AnotherName.componentType = namedtype.NamedTypes( 1055 … AnotherName().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0))),
|
D | rfc5280.py | 1088 class AnotherName(univ.Sequence): class 1117 … AnotherName().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0))),
|
D | rfc2459.py | 1050 class AnotherName(univ.Sequence): class 1061 … AnotherName().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
|
/external/python/asn1crypto/asn1crypto/ |
D | x509.py | 1167 class AnotherName(Sequence): class 1416 ('other_name', AnotherName, {'implicit': 0}),
|
/external/python/asn1crypto/tests/ |
D | test_x509.py | 500 self.assertIsInstance(alt_names[4].chosen, x509.AnotherName)
|