| Package | Description |
|---|---|
| com.google.crypto.tink.internal |
| Modifier and Type | Method and Description |
|---|---|
static ProtoParametersSerialization |
ProtoParametersSerialization.create(KeyTemplate keyTemplate)
Creates a new
ProtoParametersSerialization object. |
static ProtoParametersSerialization |
ProtoParametersSerialization.create(String typeUrl,
OutputPrefixType outputPrefixType,
com.google.protobuf.MessageLite value)
Creates a new
ProtoParametersSerialization object from the individual parts. |
ProtoParametersSerialization |
LegacyProtoParameters.getSerialization()
returns the serialization which was used to create this object.
|
| Modifier and Type | Method and Description |
|---|---|
Parameters |
MutableSerializationRegistry.parseParametersWithLegacyFallback(ProtoParametersSerialization protoParametersSerialization)
Returns a Parameters object from a protoKeySerialization, even if no parser has been
registered.
|
| Constructor and Description |
|---|
LegacyProtoParameters(ProtoParametersSerialization serialization)
Creates a new LegacyProtoParameters object.
|