| Package | Description |
|---|---|
| com.google.crypto.tink.signature | |
| com.google.crypto.tink.signature.internal | |
| com.google.crypto.tink.subtle |
| Class and 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.
|
| Ed25519Parameters
This class describes the parameters of an
Ed25519Key. |
| Ed25519Parameters.Variant
An enum-like class with constant instances, which explains how the prefix is computed.
|
| Ed25519PrivateKey
The key for computing Ed25519 signatures.
|
| Ed25519PublicKey
Ed25519PublicKey represents the public portion of the Ed25519 signature primitive.
|
| RsaSsaPkcs1Parameters
Describes the parameters of a
RsaSsaPkcs1PublicKey and RsaSsaPkcs1PrivateKey. |
| RsaSsaPkcs1Parameters.Builder
Builds a new RsaSsaPkcs1Parameters instance.
|
| RsaSsaPkcs1Parameters.HashType
The Hash algorithm used.
|
| RsaSsaPkcs1Parameters.Variant
Describes details of the signature.
|
| RsaSsaPkcs1PrivateKey
Represents a private key for RSA SSA PKCS1 signatures.
|
| RsaSsaPkcs1PrivateKey.Builder
Builder for RsaSsaPkcs1PrivateKey.
|
| RsaSsaPkcs1PublicKey
Represents a public key for the RSA SSA PKCS1 signature primitive.
|
| RsaSsaPkcs1PublicKey.Builder
Builder for RsaSsaPkcs1PublicKey.
|
| RsaSsaPssParameters
Describes the parameters of a
RsaSsaPssPublicKey and RsaSsaPssPrivateKey. |
| RsaSsaPssParameters.Builder
Builds a new RsaSsaPssParameters instance.
|
| RsaSsaPssParameters.HashType
The Hash algorithm used.
|
| RsaSsaPssParameters.Variant
Describes details of the signature.
|
| RsaSsaPssPrivateKey
Represents a private key for RSA SSA PSS signatures.
|
| RsaSsaPssPrivateKey.Builder
Builder for RsaSsaPssPrivateKey.
|
| RsaSsaPssPublicKey
Represents a public key for the RSA SSA PSS signature primitive.
|
| RsaSsaPssPublicKey.Builder
Builder for RsaSsaPssPublicKey.
|
| SignatureParameters
Represents a description of a
SignaturePrivateKey and the coresponding SignaturePublicKey excluding the randomly chosen key material. |
| 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.
|
| Class and Description |
|---|
| EcdsaPrivateKey
Represents a key for computing ECDSA signatures.
|
| EcdsaPublicKey
EcdsaPublicKey represents the public portion of ECDSA signature primitive.
|
| Ed25519PrivateKey
The key for computing Ed25519 signatures.
|
| Ed25519PublicKey
Ed25519PublicKey represents the public portion of the Ed25519 signature primitive.
|
| RsaSsaPkcs1Parameters.HashType
The Hash algorithm used.
|
| RsaSsaPkcs1PublicKey
Represents a public key for the RSA SSA PKCS1 signature primitive.
|
| RsaSsaPssPrivateKey
Represents a private key for RSA SSA PSS signatures.
|
| RsaSsaPssPublicKey
Represents a public key for the RSA SSA PSS signature primitive.
|
| Class and Description |
|---|
| Ed25519PrivateKey
The key for computing Ed25519 signatures.
|
| Ed25519PublicKey
Ed25519PublicKey represents the public portion of the Ed25519 signature primitive.
|
| RsaSsaPkcs1PrivateKey
Represents a private key for RSA SSA PKCS1 signatures.
|
| RsaSsaPkcs1PublicKey
Represents a public key for the RSA SSA PKCS1 signature primitive.
|
| RsaSsaPssPrivateKey
Represents a private key for RSA SSA PSS signatures.
|
| RsaSsaPssPublicKey
Represents a public key for the RSA SSA PSS signature primitive.
|