Home
last modified time | relevance | path

Searched refs:X520countryName (Results 1 – 5 of 5) sorted by relevance

/external/python/pyasn1-modules/pyasn1_modules/
Drfc2985.py56 X520countryName = rfc5280.X520countryName variable
352 countryOfCitizenship['values'][0] = X520countryName()
361 countryOfResidence['values'][0] = X520countryName()
553 pkcs_9_at_countryOfCitizenship: X520countryName(),
554 pkcs_9_at_countryOfResidence: X520countryName(),
Drfc5280.py736 class X520countryName(char.PrintableString): class
740 X520countryName.subtypeSpec = constraint.ValueSizeConstraint(2, 2)
1621 id_at_countryName: X520countryName(),
Drfc3280.py858 class X520countryName(char.PrintableString): class
862 X520countryName.subtypeSpec = constraint.ValueSizeConstraint(2, 2)
Drfc2459.py241 class X520countryName(char.PrintableString): class
1304 id_at_countryName: X520countryName(),
/external/python/pyasn1-modules/tests/
Dtest_rfc8520.py74 c = rfc5280.X520countryName(value="CH")