Uses of Class
org.conscrypt.NativeRef.EVP_CIPHER_CTX
Packages that use NativeRef.EVP_CIPHER_CTX
-
Uses of NativeRef.EVP_CIPHER_CTX in org.conscrypt
Fields in org.conscrypt declared as NativeRef.EVP_CIPHER_CTXModifier and TypeFieldDescriptionprivate final NativeRef.EVP_CIPHER_CTXOpenSSLEvpCipher.cipherCtxNative pointer for the OpenSSL EVP_CIPHER context.Methods in org.conscrypt with parameters of type NativeRef.EVP_CIPHER_CTXModifier and TypeMethodDescription(package private) static intNativeCrypto.EVP_CIPHER_CTX_block_size(NativeRef.EVP_CIPHER_CTX ctx) (package private) static voidNativeCrypto.EVP_CIPHER_CTX_set_key_length(NativeRef.EVP_CIPHER_CTX ctx, int keyBitSize) (package private) static voidNativeCrypto.EVP_CIPHER_CTX_set_padding(NativeRef.EVP_CIPHER_CTX ctx, boolean enablePadding) (package private) static intNativeCrypto.EVP_CipherFinal_ex(NativeRef.EVP_CIPHER_CTX ctx, byte[] out, int outOffset) (package private) static voidNativeCrypto.EVP_CipherInit_ex(NativeRef.EVP_CIPHER_CTX ctx, long evpCipher, byte[] key, byte[] iv, boolean encrypting) (package private) static intNativeCrypto.EVP_CipherUpdate(NativeRef.EVP_CIPHER_CTX ctx, byte[] out, int outOffset, byte[] in, int inOffset, int inLength) (package private) static intNativeCrypto.get_EVP_CIPHER_CTX_buf_len(NativeRef.EVP_CIPHER_CTX ctx) (package private) static booleanNativeCrypto.get_EVP_CIPHER_CTX_final_used(NativeRef.EVP_CIPHER_CTX ctx)