Searched refs:X509_delete_ext (Results 1 – 5 of 5) sorted by relevance
137 X509_EXTENSION *X509_delete_ext(X509 *x, int loc) in X509_delete_ext() function
522 NativeCrypto.X509_delete_ext(copy.getContext(), oid); in withDeletedExtension()
527 public static native void X509_delete_ext(long x509, String oid); in X509_delete_ext() method in NativeCrypto
1003 OPENSSL_EXPORT X509_EXTENSION *X509_delete_ext(X509 *x, int loc);
6892 X509_EXTENSION* ext = X509_delete_ext(x509, extIndex);11188 NATIVE_METHOD(NativeCrypto, X509_delete_ext, "(JLjava/lang/String;)V"),