| Modifier and Type | Field and Description |
|---|---|
static com.google.crypto.tink.proto.RegistryConfig |
LATEST
Deprecated.
This is not supported anymore.
|
static com.google.crypto.tink.proto.RegistryConfig |
TINK_1_0_0
Deprecated.
|
static com.google.crypto.tink.proto.RegistryConfig |
TINK_1_1_0
Deprecated.
|
| Constructor and Description |
|---|
TinkConfig() |
| 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 com.google.crypto.tink.proto.RegistryConfig TINK_1_0_0
@Deprecated public static final com.google.crypto.tink.proto.RegistryConfig TINK_1_1_0
@Deprecated public static final com.google.crypto.tink.proto.RegistryConfig LATEST
@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