| Package | Description |
|---|---|
| com.google.crypto.tink.signature | |
| com.google.crypto.tink.subtle |
| Modifier and Type | Method and Description |
|---|---|
static PublicKeyVerify |
PublicKeyVerifyFactory.getPrimitive(KeysetHandle keysetHandle)
Deprecated.
Use
keysetHandle.GetPrimitive(PublicKeyVerify.class) after registering the
PublicKeyVerifyWrapper instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
EcdsaVerifyJce
ECDSA verifying with JCE.
|
class |
Ed25519Verify
Ed25519 verifying.
|
class |
RsaSsaPkcs1VerifyJce
RsaSsaPkcs1 (i.e.
|
class |
RsaSsaPssVerifyJce
RsaSsaPss (i.e.
|