keysetHandle.GetPrimitive(PublicKeyVerify.class) after registering the
PublicKeyVerifyWrapper instead.@Deprecated public final class PublicKeyVerifyFactory extends Object
PublicKeyVerify primitives. Instead of using this class, make
sure that the PublicKeyVerifyWrapper is registered in your binary, then call keysetHandle.GetPrimitive(PublicKeyVerify.class) instead. The required registration happens
automatically if you called one of the following in your binary:
SignatureConfig.register()
TinkConfig.register()
| Constructor and Description |
|---|
PublicKeyVerifyFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static PublicKeyVerify |
getPrimitive(KeysetHandle keysetHandle)
Deprecated.
Use
keysetHandle.GetPrimitive(PublicKeyVerify.class) after registering the
PublicKeyVerifyWrapper instead. |
static PublicKeyVerify |
getPrimitive(KeysetHandle keysetHandle,
KeyManager<PublicKeyVerify> keyManager)
Deprecated.
Use
keysetHandle.GetPrimitive(keyManager, PublicKeyVerify.class) after
registering the PublicKeyVerifyWrapper instead. |
@Deprecated public static PublicKeyVerify getPrimitive(KeysetHandle keysetHandle) throws GeneralSecurityException
keysetHandle.GetPrimitive(PublicKeyVerify.class) after registering the
PublicKeyVerifyWrapper instead.keysetHandle.GeneralSecurityException@Deprecated public static PublicKeyVerify getPrimitive(KeysetHandle keysetHandle, KeyManager<PublicKeyVerify> keyManager) throws GeneralSecurityException
keysetHandle.GetPrimitive(keyManager, PublicKeyVerify.class) after
registering the PublicKeyVerifyWrapper instead.keysetHandle and a custom keyManager.GeneralSecurityException