Uses of Class
com.google.crypto.tink.internal.ProtoKeySerialization
-
Packages that use ProtoKeySerialization Package Description com.google.crypto.tink.internal -
-
Uses of ProtoKeySerialization in com.google.crypto.tink.internal
Methods in com.google.crypto.tink.internal that return ProtoKeySerialization Modifier and Type Method Description static ProtoKeySerializationProtoKeySerialization. create(java.lang.String typeUrl, com.google.protobuf.ByteString value, com.google.crypto.tink.proto.KeyData.KeyMaterialType keyMaterialType, com.google.crypto.tink.proto.OutputPrefixType outputPrefixType, java.lang.Integer idRequirement)ProtoKeySerializationLegacyProtoKey. getSerialization(SecretKeyAccess access)Returns the protokeyserialization with which this object was created.Methods in com.google.crypto.tink.internal with parameters of type ProtoKeySerialization Modifier and Type Method Description KeyMutableSerializationRegistry. parseKeyWithLegacyFallback(ProtoKeySerialization protoKeySerialization, SecretKeyAccess access)Returns a Key object from a protoKeySerialization, even if no parser has been registered.Constructors in com.google.crypto.tink.internal with parameters of type ProtoKeySerialization Constructor Description LegacyProtoKey(ProtoKeySerialization serialization, SecretKeyAccess access)Creates a new LegacyProtoKey object.
-