| Package | Description |
|---|---|
| com.google.crypto.tink.signature |
| Modifier and Type | Class and Description |
|---|---|
class |
EcdsaPublicKey
EcdsaPublicKey represents the public portion of ECDSA signature primitive.
|
class |
Ed25519PublicKey
Ed25519PublicKey represents the public portion of the Ed25519 signature primitive.
|
class |
RsaSsaPkcs1PublicKey
Represents a public key for the RSA SSA PKCS1 signature primitive.
|
class |
RsaSsaPssPublicKey
Represents a public key for the RSA SSA PSS signature primitive.
|
| Modifier and Type | Method and Description |
|---|---|
abstract SignaturePublicKey |
SignaturePrivateKey.getPublicKey()
Returns the
SignaturePublicKey, which contains the verify function of the digital
signature primitive. |