Home
last modified time | relevance | path

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

/external/conscrypt/src/main/java/org/conscrypt/
DNativeCrypto.java537 public static native long X509_REVOKED_dup(long x509RevokedCtx); in X509_REVOKED_dup() argument
539 public static native byte[] i2d_X509_REVOKED(long x509RevokedCtx); in i2d_X509_REVOKED() argument
543 public static native byte[] X509_REVOKED_get_ext_oid(long x509RevokedCtx, String oid); in X509_REVOKED_get_ext_oid() argument
545 public static native byte[] X509_REVOKED_get_serialNumber(long x509RevokedCtx); in X509_REVOKED_get_serialNumber() argument
547 public static native long X509_REVOKED_get_ext(long x509RevokedCtx, String oid); in X509_REVOKED_get_ext() argument
550 public static native long get_X509_REVOKED_revocationDate(long x509RevokedCtx); in get_X509_REVOKED_revocationDate() argument
552 public static native void X509_REVOKED_print(long bioRef, long x509RevokedCtx); in X509_REVOKED_print() argument