| Modifier and Type | Method and Description |
|---|---|
static void |
Config.register(RegistryConfig config)
Tries to register key managers according to the specification in
config. |
| Modifier and Type | Field and Description |
|---|---|
static RegistryConfig |
AeadConfig.LATEST
Deprecated.
|
static RegistryConfig |
AeadConfig.TINK_1_0_0
Deprecated.
|
static RegistryConfig |
AeadConfig.TINK_1_1_0
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static RegistryConfig |
TinkConfig.LATEST
Deprecated.
Configs are not supported anymore. Please call
TinkConfig.register();
instead of accessing this variable. |
static RegistryConfig |
TinkConfig.TINK_1_0_0
Deprecated.
Configs are not supported anymore. Please call
TinkConfig.register();
instead of accessing this variable. |
static RegistryConfig |
TinkConfig.TINK_1_1_0
Deprecated.
Configs are not supported anymore. Please call
TinkConfig.register();
instead of accessing this variable. |
| Modifier and Type | Field and Description |
|---|---|
static RegistryConfig |
DeterministicAeadConfig.LATEST
Deprecated.
|
static RegistryConfig |
DeterministicAeadConfig.TINK_1_1_0
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static RegistryConfig |
HybridConfig.LATEST
Deprecated.
|
static RegistryConfig |
HybridConfig.TINK_1_0_0
Deprecated.
|
static RegistryConfig |
HybridConfig.TINK_1_1_0
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static RegistryConfig |
JwtSignatureConfig.LATEST |
| Modifier and Type | Field and Description |
|---|---|
static RegistryConfig |
MacConfig.LATEST
Deprecated.
|
static RegistryConfig |
MacConfig.TINK_1_0_0
Deprecated.
|
static RegistryConfig |
MacConfig.TINK_1_1_0
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static RegistryConfig |
RegistryConfig.getDefaultInstance()
Deprecated.
|
static RegistryConfig |
RegistryConfig.parseDelimitedFrom(InputStream input)
Deprecated.
|
static RegistryConfig |
RegistryConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static RegistryConfig |
RegistryConfig.parseFrom(byte[] data)
Deprecated.
|
static RegistryConfig |
RegistryConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static RegistryConfig |
RegistryConfig.parseFrom(ByteBuffer data)
Deprecated.
|
static RegistryConfig |
RegistryConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static RegistryConfig |
RegistryConfig.parseFrom(com.google.protobuf.ByteString data)
Deprecated.
|
static RegistryConfig |
RegistryConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static RegistryConfig |
RegistryConfig.parseFrom(com.google.protobuf.CodedInputStream input)
Deprecated.
|
static RegistryConfig |
RegistryConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static RegistryConfig |
RegistryConfig.parseFrom(InputStream input)
Deprecated.
|
static RegistryConfig |
RegistryConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Parser<RegistryConfig> |
RegistryConfig.parser()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static RegistryConfig.Builder |
RegistryConfig.newBuilder(RegistryConfig prototype)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static RegistryConfig |
SignatureConfig.LATEST
Deprecated.
Call
SignatureConfig.register() instead. |
static RegistryConfig |
SignatureConfig.TINK_1_0_0
Deprecated.
Call
SignatureConfig.register() instead. |
static RegistryConfig |
SignatureConfig.TINK_1_1_0
Deprecated.
Call
SignatureConfig.register() instead. |
| Modifier and Type | Field and Description |
|---|---|
static RegistryConfig |
StreamingAeadConfig.LATEST |
static RegistryConfig |
StreamingAeadConfig.TINK_1_1_0
Deprecated.
|