| 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 XChaCha20Poly1305Key |
XChaCha20Poly1305Key.create(SecretBytes secretBytes) |
static XChaCha20Poly1305Key |
XChaCha20Poly1305Key.create(XChaCha20Poly1305Parameters.Variant variant,
SecretBytes secretBytes,
Integer idRequirement) |
| Modifier and Type | Method and Description |
|---|---|
static Aead |
XChaCha20Poly1305Jce.create(XChaCha20Poly1305Key key) |
| Modifier and Type | Method and Description |
|---|---|
static Aead |
XChaCha20Poly1305.create(XChaCha20Poly1305Key key) |