| Package | Description |
|---|---|
| com.google.crypto.tink.hybrid | |
| com.google.crypto.tink.signature |
| Modifier and Type | Class and Description |
|---|---|
class |
HybridPrivateKey
Representation of the decryption function for a hybrid encryption primitive.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EcdsaPrivateKey
Represents a key for computing ECDSA signatures.
|
class |
Ed25519PrivateKey
The key for computing Ed25519 signatures.
|
class |
RsaSsaPkcs1PrivateKey
Represents a private key for RSA SSA PKCS1 signatures.
|
class |
SignaturePrivateKey
A
SignaturePrivateKey represents a digital signature primitive, which consists of a sign
and a verify function. |