| Package | Description |
|---|---|
| com.google.crypto.tink.streamingaead | |
| com.google.crypto.tink.subtle |
| Modifier and Type | Method and Description |
|---|---|
static StreamingAead |
StreamingAeadFactory.getPrimitive(KeysetHandle keysetHandle)
Deprecated.
|
StreamingAead |
StreamingAeadWrapper.wrap(PrimitiveSet<StreamingAead> primitives) |
| Modifier and Type | Method and Description |
|---|---|
Class<StreamingAead> |
StreamingAeadWrapper.getInputPrimitiveClass() |
Class<StreamingAead> |
StreamingAeadWrapper.getPrimitiveClass() |
| Modifier and Type | Method and Description |
|---|---|
StreamingAead |
StreamingAeadWrapper.wrap(PrimitiveSet<StreamingAead> primitives) |
| Modifier and Type | Class and Description |
|---|---|
class |
AesCtrHmacStreaming
Streaming encryption using AES-CTR and HMAC.
|
class |
AesGcmHkdfStreaming
Streaming encryption using
AES-GCM with HKDF as key derivation function. |