Home
last modified time | relevance | path

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

/external/conscrypt/src/main/java/org/conscrypt/
DNativeCrypto.java414 public static native byte[] i2d_X509(long x509ctx); in i2d_X509() argument
417 public static native byte[] i2d_X509_PUBKEY(long x509ctx); in i2d_X509_PUBKEY() argument
423 public static native void X509_free(long x509ctx); in X509_free() argument
425 public static native long X509_dup(long x509ctx); in X509_dup() argument
429 public static native void X509_print_ex(long bioCtx, long x509ctx, long nmflag, long certflag); in X509_print_ex() argument
431 public static native byte[] X509_get_issuer_name(long x509ctx); in X509_get_issuer_name() argument
433 public static native byte[] X509_get_subject_name(long x509ctx); in X509_get_subject_name() argument
435 public static native String get_X509_sig_alg_oid(long x509ctx); in get_X509_sig_alg_oid() argument
437 public static native byte[] get_X509_sig_alg_parameter(long x509ctx); in get_X509_sig_alg_parameter() argument
439 public static native boolean[] get_X509_issuerUID(long x509ctx); in get_X509_issuerUID() argument
[all …]