| Package | Description |
|---|---|
| com.google.crypto.tink.internal |
| Modifier and Type | Method and Description |
|---|---|
static ProtoKeySerialization |
ProtoKeySerialization.create(String typeUrl,
com.google.protobuf.ByteString value,
KeyData.KeyMaterialType keyMaterialType,
OutputPrefixType outputPrefixType,
Integer idRequirement) |
ProtoKeySerialization |
LegacyProtoKey.getSerialization(SecretKeyAccess access)
Returns the protokeyserialization with which this object was created.
|
| Modifier and Type | Method and Description |
|---|---|
Key |
MutableSerializationRegistry.parseKeyWithLegacyFallback(ProtoKeySerialization protoKeySerialization,
SecretKeyAccess access)
Returns a Key object from a protoKeySerialization, even if no parser has been registered.
|
| Constructor and Description |
|---|
LegacyProtoKey(ProtoKeySerialization serialization,
SecretKeyAccess access)
Creates a new LegacyProtoKey object.
|