Home
last modified time | relevance | path

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

/external/python/pyasn1-modules/pyasn1_modules/
Drfc6019.py24 class BinaryTime(univ.Integer): class
27 BinaryTime.subtypeSpec = constraint.ValueRangeConstraint(0, MAX)
34 class BinarySigningTime(BinaryTime):
Drfc7906.py91 BinaryTime = rfc6019.BinaryTime variable
438 namedtype.OptionalNamedType('doNotDistBefore', BinaryTime().subtype(
440 namedtype.NamedType('doNotDistAfter', BinaryTime())
458 namedtype.NamedType('doNotUseBefore', BinaryTime()),
459 namedtype.OptionalNamedType('doNotUseAfter', BinaryTime())
Drfc6031.py210 class at_pskc_time(rfc6019.BinaryTime):
/external/python/pyasn1-modules/tests/
Dtest_rfc6019.py41 asn1Spec=rfc6019.BinaryTime())
/external/python/pyasn1-modules/
DCHANGES.txt96 - Added RFC6019 providing BinaryTime - an alternate format