| Package | Description |
|---|---|
| com.google.crypto.tink.aead.subtle | |
| com.google.crypto.tink.hybrid.subtle |
| Modifier and Type | Class and Description |
|---|---|
class |
AesGcmFactory
An
AeadFactory that creates new instances of AES-GCM from raw keys |
| Constructor and Description |
|---|
RsaKemHybridDecrypt(RSAPrivateKey recipientPrivateKey,
String hkdfHmacAlgo,
byte[] hkdfSalt,
AeadFactory aeadFactory) |
RsaKemHybridEncrypt(RSAPublicKey recipientPublicKey,
String hkdfHmacAlgo,
byte[] hkdfSalt,
AeadFactory aeadFactory) |