| Modifier and Type | Field and Description |
|---|---|
static RegistryConfig |
LATEST
Deprecated.
Configs are not supported anymore. Please call
TinkConfig.register();
instead of accessing this variable. |
static RegistryConfig |
TINK_1_0_0
Deprecated.
Configs are not supported anymore. Please call
TinkConfig.register();
instead of accessing this variable. |
static RegistryConfig |
TINK_1_1_0
Deprecated.
Configs are not supported anymore. Please call
TinkConfig.register();
instead of accessing this variable. |
| Modifier and Type | Method and Description |
|---|---|
static void |
init()
Deprecated.
use
register() |
static void |
register()
Tries to register with the
Registry all instances of Catalogue and KeyManager needed to
handle all key types supported in Tink. |
@Deprecated public static final RegistryConfig TINK_1_0_0
TinkConfig.register();
instead of accessing this variable.@Deprecated public static final RegistryConfig TINK_1_1_0
TinkConfig.register();
instead of accessing this variable.@Deprecated public static final RegistryConfig LATEST
TinkConfig.register();
instead of accessing this variable.@Deprecated public static void init() throws GeneralSecurityException
register()Registry all instances of Catalogue and KeyManager needed to
handle all key types supported in Tink.GeneralSecurityExceptionpublic static void register()
throws GeneralSecurityException
Registry all instances of Catalogue and KeyManager needed to
handle all key types supported in Tink.GeneralSecurityException