public final class StreamingAeadConfig extends Object
Registry all
instances of StreamingAead key types supported in a particular
release of Tink.
To register all StreamingAead key types provided in the latest Tink version one can do:
StreamingAeadConfig.init();
For more information on how to obtain and use instances of StreamingAead, see StreamingAeadFactory.
| Modifier and Type | Field and Description |
|---|---|
static String |
AES_CTR_HMAC_STREAMINGAEAD_TYPE_URL |
static String |
AES_GCM_HKDF_STREAMINGAEAD_TYPE_URL |
static RegistryConfig |
LATEST |
static RegistryConfig |
TINK_1_1_0
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
init()
Deprecated.
use
register() |
static void |
register()
|
public static final String AES_CTR_HMAC_STREAMINGAEAD_TYPE_URL
public static final String AES_GCM_HKDF_STREAMINGAEAD_TYPE_URL
@Deprecated public static final RegistryConfig TINK_1_1_0
public static final RegistryConfig LATEST
@Deprecated public static void init() throws GeneralSecurityException
register()Registry all instances of Catalogue needed to handle StreamingAead key types supported in Tink.GeneralSecurityExceptionpublic static void register()
throws GeneralSecurityException
Registry all instances of Catalogue needed to handle StreamingAead key types supported in Tink.GeneralSecurityException