Uses of Class
com.google.crypto.tink.KeyTemplate.OutputPrefixType
-
Packages that use KeyTemplate.OutputPrefixType Package Description com.google.crypto.tink com.google.crypto.tink.internal com.google.crypto.tink.tinkkey com.google.crypto.tink.tinkkey.internal -
-
Uses of KeyTemplate.OutputPrefixType in com.google.crypto.tink
Methods in com.google.crypto.tink that return KeyTemplate.OutputPrefixType Modifier and Type Method Description KeyTemplate.OutputPrefixTypeKeyTemplate. getOutputPrefixType()Deprecated.Instead, operate on theParametersobject obtained withKeyTemplate.toParameters().static KeyTemplate.OutputPrefixTypeKeyTemplate.OutputPrefixType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static KeyTemplate.OutputPrefixType[]KeyTemplate.OutputPrefixType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.crypto.tink with parameters of type KeyTemplate.OutputPrefixType Modifier and Type Method Description static KeyTemplateKeyTemplate. create(java.lang.String typeUrl, byte[] value, KeyTemplate.OutputPrefixType outputPrefixType)Deprecated.Use createFrom -
Uses of KeyTemplate.OutputPrefixType in com.google.crypto.tink.internal
Methods in com.google.crypto.tink.internal that return KeyTemplate.OutputPrefixType Modifier and Type Method Description static KeyTemplate.OutputPrefixTypeKeyTemplateProtoConverter. getOutputPrefixType(KeyTemplate t)static KeyTemplate.OutputPrefixTypeKeyTemplateProtoConverter. prefixFromProto(com.google.crypto.tink.proto.OutputPrefixType outputPrefixType) -
Uses of KeyTemplate.OutputPrefixType in com.google.crypto.tink.tinkkey
Methods in com.google.crypto.tink.tinkkey with parameters of type KeyTemplate.OutputPrefixType Modifier and Type Method Description static KeyHandleKeyHandle. createFromKey(com.google.crypto.tink.proto.KeyData keyData, KeyTemplate.OutputPrefixType opt) -
Uses of KeyTemplate.OutputPrefixType in com.google.crypto.tink.tinkkey.internal
Methods in com.google.crypto.tink.tinkkey.internal that return KeyTemplate.OutputPrefixType Modifier and Type Method Description KeyTemplate.OutputPrefixTypeProtoKey. getOutputPrefixType()Constructors in com.google.crypto.tink.tinkkey.internal with parameters of type KeyTemplate.OutputPrefixType Constructor Description ProtoKey(com.google.crypto.tink.proto.KeyData keyData, KeyTemplate.OutputPrefixType opt)Constructs a ProtoKey withhasSecret()returning true if the inputKeyDatahas key material of type UNKNOWN_KEYMATERIAL, SYMMETRIC, or ASYMMETRIC_PRIVATE.
-