Searched refs:asn1time (Results 1 – 6 of 6) sorted by relevance
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | OpenSSLX509CRL.java | 66 static Date toDate(long asn1time) throws ParsingException { in toDate() argument 69 NativeCrypto.ASN1_TIME_to_Calendar(asn1time, calendar); in toDate()
|
D | OpenSSLX509Certificate.java | 84 private static Date toDate(long asn1time) throws ParsingException { in toDate() argument 87 NativeCrypto.ASN1_TIME_to_Calendar(asn1time, calendar); in toDate()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | OpenSSLX509CRL.java | 65 static Date toDate(long asn1time) throws ParsingException { in toDate() argument 68 NativeCrypto.ASN1_TIME_to_Calendar(asn1time, calendar); in toDate()
|
D | OpenSSLX509Certificate.java | 82 private static Date toDate(long asn1time) throws ParsingException { in toDate() argument 85 NativeCrypto.ASN1_TIME_to_Calendar(asn1time, calendar); in toDate()
|
/external/python/cpython2/Lib/test/ |
D | test_ssl.py | 124 def asn1time(cert_time): function 204 self.assertEqual(p['notAfter'], asn1time('Jan 17 19:09:06 2028 GMT')) 205 self.assertEqual(p['notBefore'], asn1time('Jan 19 19:09:06 2018 GMT')) 1104 'notAfter': asn1time('Mar 29 12:29:49 2033 GMT'), 1105 'notBefore': asn1time('Mar 30 12:29:49 2003 GMT'),
|
/external/python/cpython3/Lib/test/ |
D | test_ssl.py | 270 def asn1time(cert_time): function 1554 'notAfter': asn1time('Mar 29 12:29:49 2033 GMT'), 1555 'notBefore': asn1time('Mar 30 12:29:49 2003 GMT'),
|