Searched refs:x509Ref (Results 1 – 1 of 1) sorted by relevance
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 5609 static jobjectArray NativeCrypto_get_X509_GENERAL_NAME_stack(JNIEnv* env, jclass, jlong x509Ref, argument 5611 X509* x509 = reinterpret_cast<X509*>(static_cast<uintptr_t>(x509Ref)); 5701 static jlong NativeCrypto_X509_get_notBefore(JNIEnv* env, jclass, jlong x509Ref) { argument 5702 X509* x509 = reinterpret_cast<X509*>(static_cast<uintptr_t>(x509Ref)); 5716 static jlong NativeCrypto_X509_get_notAfter(JNIEnv* env, jclass, jlong x509Ref) { argument 5717 X509* x509 = reinterpret_cast<X509*>(static_cast<uintptr_t>(x509Ref)); 5731 static long NativeCrypto_X509_get_version(JNIEnv*, jclass, jlong x509Ref) { argument 5732 X509* x509 = reinterpret_cast<X509*>(static_cast<uintptr_t>(x509Ref)); 5774 static jbyteArray NativeCrypto_X509_get_serialNumber(JNIEnv* env, jclass, jlong x509Ref) { argument 5775 X509* x509 = reinterpret_cast<X509*>(static_cast<uintptr_t>(x509Ref)); [all …]
|