| Package | Description |
|---|---|
| com.google.crypto.tink.aead | |
| com.google.crypto.tink.signature |
| Modifier and Type | Method and Description |
|---|---|
static XChaCha20Poly1305Key |
XChaCha20Poly1305Key.create(SecretBytes secretBytes) |
static ChaCha20Poly1305Key |
ChaCha20Poly1305Key.create(SecretBytes secretBytes) |
| Modifier and Type | Method and Description |
|---|---|
RsaSsaPkcs1PrivateKey |
RsaSsaPkcs1PrivateKey.Builder.build() |
EcdsaPrivateKey |
EcdsaPrivateKey.Builder.build() |
static Ed25519PublicKey |
Ed25519PublicKey.create(Bytes publicKeyBytes) |
static Ed25519PrivateKey |
Ed25519PrivateKey.create(Ed25519PublicKey publicKey,
SecretBytes privateKeyBytes) |