| Package | Description |
|---|---|
| com.google.crypto.tink.aead |
| Modifier and Type | Class and Description |
|---|---|
class |
AesEaxParameters
Describes the parameters of an
AesEaxKey. |
class |
AesGcmParameters
Describes the parameters of an
AesGcmKey |
class |
AesGcmSivParameters
Describes the parameters of an
AesGcmSivSivKey |
class |
ChaCha20Poly1305Parameters
Describes the parameters of an
ChaChaPoly1305Key. |
class |
XChaCha20Poly1305Parameters
Describes the parameters of an
XChaChaPoly1305Key. |
| Modifier and Type | Method and Description |
|---|---|
abstract AeadParameters |
AeadKey.getParameters()
Returns the parameters of this key.
|