Uses of Class
org.conscrypt.NativeRef.EVP_MD_CTX
Packages that use NativeRef.EVP_MD_CTX
-
Uses of NativeRef.EVP_MD_CTX in org.conscrypt
Fields in org.conscrypt declared as NativeRef.EVP_MD_CTXModifier and TypeFieldDescriptionprivate final NativeRef.EVP_MD_CTXOpenSSLMessageDigestJDK.ctxprivate NativeRef.EVP_MD_CTXOpenSSLSignature.ctxMethods in org.conscrypt with parameters of type NativeRef.EVP_MD_CTXModifier and TypeMethodDescription(package private) static intNativeCrypto.EVP_DigestFinal_ex(NativeRef.EVP_MD_CTX ctx, byte[] hash, int offset) (package private) static intNativeCrypto.EVP_DigestInit_ex(NativeRef.EVP_MD_CTX ctx, long evp_md) (package private) static byte[]NativeCrypto.EVP_DigestSignFinal(NativeRef.EVP_MD_CTX ctx) (package private) static longNativeCrypto.EVP_DigestSignInit(NativeRef.EVP_MD_CTX ctx, long evpMdRef, NativeRef.EVP_PKEY key) (package private) static voidNativeCrypto.EVP_DigestSignUpdate(NativeRef.EVP_MD_CTX ctx, byte[] buffer, int offset, int length) (package private) static voidNativeCrypto.EVP_DigestSignUpdateDirect(NativeRef.EVP_MD_CTX ctx, long ptr, int length) (package private) static voidNativeCrypto.EVP_DigestUpdate(NativeRef.EVP_MD_CTX ctx, byte[] buffer, int offset, int length) (package private) static voidNativeCrypto.EVP_DigestUpdateDirect(NativeRef.EVP_MD_CTX ctx, long ptr, int length) (package private) static booleanNativeCrypto.EVP_DigestVerifyFinal(NativeRef.EVP_MD_CTX ctx, byte[] signature, int offset, int length) (package private) static longNativeCrypto.EVP_DigestVerifyInit(NativeRef.EVP_MD_CTX ctx, long evpMdRef, NativeRef.EVP_PKEY key) (package private) static voidNativeCrypto.EVP_DigestVerifyUpdate(NativeRef.EVP_MD_CTX ctx, byte[] buffer, int offset, int length) (package private) static voidNativeCrypto.EVP_DigestVerifyUpdateDirect(NativeRef.EVP_MD_CTX ctx, long ptr, int length) (package private) static voidNativeCrypto.EVP_MD_CTX_cleanup(NativeRef.EVP_MD_CTX ctx) (package private) static intNativeCrypto.EVP_MD_CTX_copy_ex(NativeRef.EVP_MD_CTX dst_ctx, NativeRef.EVP_MD_CTX src_ctx) Constructors in org.conscrypt with parameters of type NativeRef.EVP_MD_CTXModifierConstructorDescriptionprivateOpenSSLMessageDigestJDK(long evp_md, int size, NativeRef.EVP_MD_CTX ctx, boolean digestInitializedInContext)