keysetHandle.getPrimitive(RegistryConfiguration.get(),
PublicKeySign.class) after registering the PublicKeySignWrapper instead.@Deprecated public final class PublicKeySignFactory extends Object
PublicKeySign primitives. Instead of using this class, make
sure that the PublicKeySignWrapper is registered in your binary, then call keysetHandle.getPrimitive(RegistryConfiguration.get(), PublicKeySign.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 PublicKeySign |
getPrimitive(KeysetHandle keysetHandle)
Deprecated.
Use
keysetHandle.getPrimitive(RegistryConfiguration.get(),
PublicKeySign.class) after registering the PublicKeySignWrapper instead. |
@Deprecated public static PublicKeySign getPrimitive(KeysetHandle keysetHandle) throws GeneralSecurityException
keysetHandle.getPrimitive(RegistryConfiguration.get(),
PublicKeySign.class) after registering the PublicKeySignWrapper instead.keysetHandle.GeneralSecurityException