| Package | Description |
|---|---|
| com.google.crypto.tink.signature |
| Modifier and Type | Class and Description |
|---|---|
class |
EcdsaParameters
Describes the parameters of an ECDSA signature primitive.
|
class |
Ed25519Parameters
This class describes the parameters of an
Ed25519Key. |
class |
RsaSsaPkcs1Parameters
Describes the parameters of a
RsaSsaPkcs1PublicKey and RsaSsaPkcs1PrivateKey. |
class |
RsaSsaPssParameters
Describes the parameters of a
RsaSsaPssPublicKey and RsaSsaPssPrivateKey. |
| Modifier and Type | Method and Description |
|---|---|
SignatureParameters |
SignaturePrivateKey.getParameters()
Returns the parameters of this key.
|
abstract SignatureParameters |
SignaturePublicKey.getParameters()
Returns the parameters of this key.
|