Searched refs:ASN1_TIME_to_Calendar (Results 1 – 5 of 5) sorted by relevance
264 NativeCrypto.ASN1_TIME_to_Calendar(NativeCrypto.X509_CRL_get_lastUpdate(mContext), in getThisUpdate()273 NativeCrypto.ASN1_TIME_to_Calendar(NativeCrypto.X509_CRL_get_nextUpdate(mContext), in getNextUpdate()
114 NativeCrypto.ASN1_TIME_to_Calendar(NativeCrypto.get_X509_REVOKED_revocationDate(mContext), in getRevocationDate()
273 NativeCrypto.ASN1_TIME_to_Calendar(NativeCrypto.X509_get_notBefore(mContext), calendar); in getNotBefore()281 NativeCrypto.ASN1_TIME_to_Calendar(NativeCrypto.X509_get_notAfter(mContext), calendar); in getNotAfter()
520 static native void ASN1_TIME_to_Calendar(long asn1TimeCtx, Calendar cal); in ASN1_TIME_to_Calendar() method in NativeCrypto
9535 CONSCRYPT_NATIVE_METHOD(NativeCrypto, ASN1_TIME_to_Calendar, "(JLjava/util/Calendar;)V"),