Uses of Class
com.google.crypto.tink.tinkkey.KeyHandle
-
Packages that use KeyHandle Package Description com.google.crypto.tink com.google.crypto.tink.tinkkey com.google.crypto.tink.tinkkey.internal -
-
Uses of KeyHandle in com.google.crypto.tink
Methods in com.google.crypto.tink that return KeyHandle Modifier and Type Method Description KeyHandleKeysetHandle. primaryKey()Deprecated.UseKeysetHandle.getPrimary()instead.Methods in com.google.crypto.tink that return types with arguments of type KeyHandle Modifier and Type Method Description java.util.List<KeyHandle>KeysetHandle. getKeys()Deprecated.Use "getAt" instead.Methods in com.google.crypto.tink with parameters of type KeyHandle Modifier and Type Method Description KeysetManagerKeysetManager. add(KeyHandle keyHandle)Deprecated.We recommend to use theKeysetHandle.BuilderAPI.KeysetManagerKeysetManager. add(KeyHandle keyHandle, KeyAccess access)Deprecated.We recommend to use theKeysetHandle.BuilderAPI.static KeysetHandleKeysetHandle. createFromKey(KeyHandle keyHandle, KeyAccess access)Deprecated.UseKeysetHandle.Builder.addEntryinstead. -
Uses of KeyHandle in com.google.crypto.tink.tinkkey
Methods in com.google.crypto.tink.tinkkey that return KeyHandle Modifier and Type Method Description static KeyHandleKeyHandle. createFromKey(com.google.crypto.tink.proto.KeyData keyData, KeyTemplate.OutputPrefixType opt)static KeyHandleKeyHandle. createFromKey(TinkKey key, KeyAccess access)static KeyHandleKeyHandle. generateNew(KeyTemplate keyTemplate)Generates a newKeyHandlethat contains a fresh key generated according tokeyTemplate. -
Uses of KeyHandle in com.google.crypto.tink.tinkkey.internal
Subclasses of KeyHandle in com.google.crypto.tink.tinkkey.internal Modifier and Type Class Description classInternalKeyHandleClass used to expose the protected KeyHandle constructor to the rest of Tink.
-