| Package | Description |
|---|---|
| com.google.crypto.tink.hybrid | |
| com.google.crypto.tink.jwt | |
| com.google.crypto.tink.signature |
| Modifier and Type | Class and Description |
|---|---|
class |
EciesPrivateKey
Representation of the decryption function for an ECIES hybrid encryption primitive.
|
class |
HpkePrivateKey
Representation of the decryption function for an HPKE hybrid encryption primitive.
|
class |
HybridPrivateKey
Representation of the decryption function for a hybrid encryption primitive.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JwtEcdsaPrivateKey
Represents a key for computing JWT ECDSA signatures (ES256, ES384, ES512).
|
class |
JwtRsaSsaPkcs1PrivateKey
Represents a private key for RSA SSA PKCS1 signatures (RS256, RS384, RS512).
|
class |
JwtRsaSsaPssPrivateKey
Represents a private key for RSA SSA PSS signatures (PS256, PS384, PS512).
|
class |
JwtSignaturePrivateKey
Represents a key to compute JWT using asymmetric cryptography (i.e., using the
JwtPublicKeySign interface). |
| 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 |
RsaSsaPssPrivateKey
Represents a private key for RSA SSA PSS signatures.
|
class |
SignaturePrivateKey
A
SignaturePrivateKey represents a digital signature primitive, which consists of a sign
and a verify function. |