| Class | Description |
|---|---|
| EcdsaParameters |
Describes the parameters of an ECDSA signature primitive.
|
| EcdsaParameters.Builder |
Builds a new EcdsaParameters instance.
|
| EcdsaParameters.CurveType |
The elliptic curve and its parameters.
|
| EcdsaParameters.HashType |
The Hash algorithm used.
|
| EcdsaParameters.SignatureEncoding |
The encoding used in the signature.
|
| EcdsaParameters.Variant |
Describes details of the ECDSA signature computation.
|
| EcdsaPrivateKey |
Represents a key for computing ECDSA signatures.
|
| EcdsaPrivateKey.Builder |
Builder for EcdsaPrivateKey.
|
| EcdsaPublicKey |
EcdsaPublicKey represents the public portion of ECDSA signature primitive.
|
| EcdsaPublicKey.Builder |
Builder for EcdsaPublicKey.
|
| EcdsaSignKeyManager |
This key manager generates new
EcdsaPrivateKey keys and produces new instances of EcdsaSignJce. |
| Ed25519PrivateKeyManager |
This instance of
KeyManager generates new Ed25519PrivateKey keys and produces new
instances of Ed25519Sign. |
| PublicKeySignConfig | Deprecated
use
Config and SignatureConfig |
| PublicKeySignFactory | Deprecated
Use
keysetHandle.GetPrimitive(PublicKeySign.class) after registering the
PublicKeySignWrapper instead. |
| PublicKeySignWrapper |
The implementation of
PrimitiveWrapper<PublicKeySign>. |
| PublicKeyVerifyConfig | Deprecated
use
Config and SignatureConfig |
| PublicKeyVerifyFactory | Deprecated
Use
keysetHandle.GetPrimitive(PublicKeyVerify.class) after registering the
PublicKeyVerifyWrapper instead. |
| RsaSsaPkcs1SignKeyManager |
This key manager generates new
RsaSsaPkcs1PrivateKey keys and produces new instances of
RsaSsaPkcs1SignJce. |
| RsaSsaPssSignKeyManager |
This key manager generates new
RsaSsaPssPrivateKey keys and produces new instances of
RsaSsaPssSignJce. |
| SignatureConfig |
Static methods and constants for registering with the
Registry all
instances of PublicKeySign and PublicKeyVerify key types supported in a particular release of Tink. |
| SignatureKeyTemplates | |
| SignatureParameters |
Represents a description of a
SignaturePrivateKey and the coresponding SignaturePublicKey excluding the randomly chosen key material. |
| SignaturePemKeysetReader |
SignaturePemKeysetReader is a
KeysetReader that can read digital signature keys in PEM
format (RFC 7468). |
| SignaturePemKeysetReader.Builder |
Builder for SignaturePemKeysetReader
|
| SignaturePrivateKey |
A
SignaturePrivateKey represents a digital signature primitive, which consists of a sign
and a verify function. |
| SignaturePublicKey |
A SignaturePublicKey represents the verification portion of a digital signature primitive.
|