Uses of Class
org.conscrypt.NativeRef.EVP_PKEY_CTX
-
Packages that use NativeRef.EVP_PKEY_CTX Package Description org.conscrypt -
-
Uses of NativeRef.EVP_PKEY_CTX in org.conscrypt
Fields in org.conscrypt declared as NativeRef.EVP_PKEY_CTX Modifier and Type Field Description private NativeRef.EVP_PKEY_CTX
OpenSSLCipherRSA.OAEP. pkeyCtx
Methods in org.conscrypt with parameters of type NativeRef.EVP_PKEY_CTX Modifier and Type Method Description (package private) static int
NativeCrypto. EVP_PKEY_decrypt(NativeRef.EVP_PKEY_CTX ctx, byte[] out, int outOffset, byte[] input, int inOffset, int inLength)
(package private) static int
NativeCrypto. EVP_PKEY_encrypt(NativeRef.EVP_PKEY_CTX ctx, byte[] out, int outOffset, byte[] input, int inOffset, int inLength)
-