Searched refs:x509ctx (Results 1 – 1 of 1) sorted by relevance
414 public static native byte[] i2d_X509(long x509ctx); in i2d_X509() argument417 public static native byte[] i2d_X509_PUBKEY(long x509ctx); in i2d_X509_PUBKEY() argument423 public static native void X509_free(long x509ctx); in X509_free() argument425 public static native long X509_dup(long x509ctx); in X509_dup() argument429 public static native void X509_print_ex(long bioCtx, long x509ctx, long nmflag, long certflag); in X509_print_ex() argument431 public static native byte[] X509_get_issuer_name(long x509ctx); in X509_get_issuer_name() argument433 public static native byte[] X509_get_subject_name(long x509ctx); in X509_get_subject_name() argument435 public static native String get_X509_sig_alg_oid(long x509ctx); in get_X509_sig_alg_oid() argument437 public static native byte[] get_X509_sig_alg_parameter(long x509ctx); in get_X509_sig_alg_parameter() argument439 public static native boolean[] get_X509_issuerUID(long x509ctx); in get_X509_issuerUID() argument[all …]