keysetHandle.GetPrimitive(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(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(PublicKeySign.class) after registering the
PublicKeySignWrapper instead. |
@Deprecated public static PublicKeySign getPrimitive(KeysetHandle keysetHandle) throws GeneralSecurityException
keysetHandle.GetPrimitive(PublicKeySign.class) after registering the
PublicKeySignWrapper instead.keysetHandle.GeneralSecurityException