| Package | Description |
|---|---|
| com.google.crypto.tink.aead | |
| com.google.crypto.tink.aead.internal | |
| com.google.crypto.tink.subtle |
| Modifier and Type | Method and Description |
|---|---|
static ChaCha20Poly1305Key |
ChaCha20Poly1305Key.create(ChaCha20Poly1305Parameters.Variant variant,
SecretBytes secretBytes,
Integer idRequirement) |
static ChaCha20Poly1305Key |
ChaCha20Poly1305Key.create(SecretBytes secretBytes) |
| Modifier and Type | Method and Description |
|---|---|
static Aead |
ChaCha20Poly1305Jce.create(ChaCha20Poly1305Key key) |
| Modifier and Type | Method and Description |
|---|---|
static Aead |
ChaCha20Poly1305.create(ChaCha20Poly1305Key key) |