| Package | Description |
|---|---|
| com.google.crypto.tink.signature | |
| com.google.crypto.tink.signature.internal | |
| com.google.crypto.tink.subtle |
| Modifier and Type | Method and Description |
|---|---|
static PublicKeyVerify |
PublicKeyVerifyFactory.getPrimitive(KeysetHandle keysetHandle)
Deprecated.
Use
keysetHandle.getPrimitive(RegistryConfiguration.get(),
PublicKeyVerify.class) after registering the PublicKeyVerifyWrapper instead. |
PublicKeyVerify |
PublicKeyVerifyWrapper.wrap(PrimitiveSet<PublicKeyVerify> primitives) |
| Modifier and Type | Method and Description |
|---|---|
Class<PublicKeyVerify> |
PublicKeyVerifyWrapper.getInputPrimitiveClass() |
Class<PublicKeyVerify> |
PublicKeyVerifyWrapper.getPrimitiveClass() |
| Modifier and Type | Method and Description |
|---|---|
PublicKeyVerify |
PublicKeyVerifyWrapper.wrap(PrimitiveSet<PublicKeyVerify> primitives) |
| Modifier and Type | Class and Description |
|---|---|
class |
EcdsaVerifyJce
ECDSA verifying with JCE.
|
class |
Ed25519VerifyJce
Ed25519 verifying using the JCE.
|
class |
LegacyFullVerify
Takes an arbitrary raw PublicKeyVerify from the registry and creates a full PublicKeyVerify out
of it.
|
class |
RsaSsaPkcs1VerifyConscrypt
RsaSsaPkcs1 (i.e.
|
class |
RsaSsaPssVerifyConscrypt
RSA SSA PSS verification with Conscrypt.
|
| Modifier and Type | Method and Description |
|---|---|
static PublicKeyVerify |
EcdsaVerifyJce.create(EcdsaPublicKey key) |
static PublicKeyVerify |
Ed25519VerifyJce.create(Ed25519PublicKey key) |
static PublicKeyVerify |
LegacyFullVerify.create(LegacyProtoKey key)
Creates the full primitive corresponding to the key.
|
static PublicKeyVerify |
RsaSsaPkcs1VerifyConscrypt.create(RsaSsaPkcs1PublicKey key)
Returns a new instance of PublicKeyVerify for RsaSsaPkcs1 that uses Conscrypt.
|
static PublicKeyVerify |
RsaSsaPssVerifyConscrypt.create(RsaSsaPssPublicKey key) |
| Modifier and Type | Class and Description |
|---|---|
class |
Ed25519Verify
Ed25519 verifying.
|
class |
RsaSsaPkcs1VerifyJce
RsaSsaPkcs1 (i.e.
|
class |
RsaSsaPssVerifyJce
RsaSsaPss (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static PublicKeyVerify |
EcdsaVerifyJce.create(EcdsaPublicKey key) |
static PublicKeyVerify |
Ed25519Verify.create(Ed25519PublicKey key) |
static PublicKeyVerify |
RsaSsaPkcs1VerifyJce.create(RsaSsaPkcs1PublicKey key) |
static PublicKeyVerify |
RsaSsaPssVerifyJce.create(RsaSsaPssPublicKey key) |