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()
| Modifier and Type | Method and Description |
|---|---|
static PublicKeyVerify |
getPrimitive(KeysetHandle keysetHandle)
Deprecated.
Use
keysetHandle.GetPrimitive(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