| 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 |
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 |
static RegistryConfig |
TinkConfig.TINK_1_0_0
Deprecated.
|
static RegistryConfig |
TinkConfig.TINK_1_1_0
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static RegistryConfig |
DeterministicAeadConfig.LATEST |
static RegistryConfig |
DeterministicAeadConfig.TINK_1_1_0
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static RegistryConfig |
HybridConfig.LATEST |
static RegistryConfig |
HybridConfig.TINK_1_0_0
Deprecated.
|
static RegistryConfig |
HybridConfig.TINK_1_1_0
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static RegistryConfig |
MacConfig.LATEST |
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() |
static RegistryConfig |
RegistryConfig.parseDelimitedFrom(InputStream input) |
static RegistryConfig |
RegistryConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegistryConfig |
RegistryConfig.parseFrom(byte[] data) |
static RegistryConfig |
RegistryConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegistryConfig |
RegistryConfig.parseFrom(com.google.protobuf.ByteString data) |
static RegistryConfig |
RegistryConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegistryConfig |
RegistryConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static RegistryConfig |
RegistryConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegistryConfig |
RegistryConfig.parseFrom(InputStream input) |
static RegistryConfig |
RegistryConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Parser<RegistryConfig> |
RegistryConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
static RegistryConfig.Builder |
RegistryConfig.newBuilder(RegistryConfig prototype) |
| Modifier and Type | Field and Description |
|---|---|
static RegistryConfig |
SignatureConfig.LATEST |
static RegistryConfig |
SignatureConfig.TINK_1_0_0
Deprecated.
|
static RegistryConfig |
SignatureConfig.TINK_1_1_0
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static RegistryConfig |
StreamingAeadConfig.LATEST |
static RegistryConfig |
StreamingAeadConfig.TINK_1_1_0
Deprecated.
|