Uses of Class
org.conscrypt.NativeRef.EVP_HPKE_CTX
Packages that use NativeRef.EVP_HPKE_CTX
-
Uses of NativeRef.EVP_HPKE_CTX in org.conscrypt
Fields in org.conscrypt declared as NativeRef.EVP_HPKE_CTXMethods in org.conscrypt with parameters of type NativeRef.EVP_HPKE_CTXModifier and TypeMethodDescription(package private) static byte[]NativeCrypto.EVP_HPKE_CTX_export(NativeRef.EVP_HPKE_CTX ctx, byte[] exporterCtx, int length) (package private) static byte[]NativeCrypto.EVP_HPKE_CTX_open(NativeRef.EVP_HPKE_CTX ctx, byte[] ciphertext, byte[] aad) (package private) static byte[]NativeCrypto.EVP_HPKE_CTX_seal(NativeRef.EVP_HPKE_CTX ctx, byte[] plaintext, byte[] aad)