| Package | Description |
|---|---|
| com.google.crypto.tink.aead | |
| com.google.crypto.tink.aead.internal | |
| com.google.crypto.tink.aead.subtle |
| Modifier and Type | Method and Description |
|---|---|
AesGcmSivKey |
AesGcmSivKey.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static Aead |
AesGcmSiv.create(AesGcmSivKey key,
AesGcmSiv.ThrowingSupplier<Cipher> cipherSupplier)
Creates an Aead for AES GCM SIV.
|
| Modifier and Type | Method and Description |
|---|---|
static Aead |
AesGcmSiv.create(AesGcmSivKey key) |