keysetHandle.getPrimitive(RegistryConfiguration.get(),
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(RegistryConfiguration.get(), 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(RegistryConfiguration.get(),
DeterministicAead.class) after registering the DeterministicAeadWrapper instead. |
@Deprecated public static DeterministicAead getPrimitive(KeysetHandle keysetHandle) throws GeneralSecurityException
keysetHandle.getPrimitive(RegistryConfiguration.get(),
DeterministicAead.class) after registering the DeterministicAeadWrapper instead.keysetHandle.GeneralSecurityException