Home
last modified time | relevance | path

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

/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java365 static native byte[] i2d_X509(long x509ctx); in i2d_X509() argument
368 static native byte[] i2d_X509_PUBKEY(long x509ctx); in i2d_X509_PUBKEY() argument
374 static native void X509_free(long x509ctx); in X509_free() argument
376 static native long X509_dup(long x509ctx); in X509_dup() argument
380 static native void X509_print_ex(long bioCtx, long x509ctx, long nmflag, long certflag); in X509_print_ex() argument
382 static native byte[] X509_get_issuer_name(long x509ctx); in X509_get_issuer_name() argument
384 static native byte[] X509_get_subject_name(long x509ctx); in X509_get_subject_name() argument
386 static native String get_X509_sig_alg_oid(long x509ctx); in get_X509_sig_alg_oid() argument
388 static native byte[] get_X509_sig_alg_parameter(long x509ctx); in get_X509_sig_alg_parameter() argument
390 static native boolean[] get_X509_issuerUID(long x509ctx); in get_X509_issuerUID() argument
[all …]