Uses of Class
org.conscrypt.NativeRef.EVP_HPKE_CTX
-
Packages that use NativeRef.EVP_HPKE_CTX Package Description org.conscrypt -
-
Uses of NativeRef.EVP_HPKE_CTX in org.conscrypt
Fields in org.conscrypt declared as NativeRef.EVP_HPKE_CTX Modifier and Type Field Description private NativeRef.EVP_HPKE_CTXHpkeImpl. ctxMethods in org.conscrypt with parameters of type NativeRef.EVP_HPKE_CTX Modifier and Type Method Description (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)
-