keysetHandle.GetPrimitive(DeterministicAead.class) after registering the
DeterministicAeadWrapper instead.@Deprecated public final class DeterministicAeadFactory extends Object
DeterministicAead primitives. Instead of using this class,
make sure that the DeterministicAeadWrapper is registered in your binary, then call
keysetHandle.GetPrimitive(DeterministicAead.class) instead. The required registration
happens automatically if you called one of the following in your binary:
DeterministicAeadConfig.register()
TinkConfig.register()
| Modifier and Type | Method and Description |
|---|---|
static DeterministicAead |
getPrimitive(KeysetHandle keysetHandle)
Deprecated.
Use
keysetHandle.GetPrimitive(DeterministicAead.class) after registering
the DeterministicAeadWrapper instead. |
@Deprecated public static DeterministicAead getPrimitive(KeysetHandle keysetHandle) throws GeneralSecurityException
keysetHandle.GetPrimitive(DeterministicAead.class) after registering
the DeterministicAeadWrapper instead.keysetHandle.GeneralSecurityException