Uses of Interface
com.google.crypto.tink.tinkkey.TinkKey
-
Packages that use TinkKey Package Description com.google.crypto.tink.tinkkey com.google.crypto.tink.tinkkey.internal -
-
Uses of TinkKey in com.google.crypto.tink.tinkkey
Methods in com.google.crypto.tink.tinkkey that return TinkKey Modifier and Type Method Description TinkKeyKeyHandle. getKey(KeyAccess access)Returns the underlyingTinkKeykey ifaccessis aSecretKeyAccessand the key has a secret, or if the key does not have a secret, otherwise throws aGeneralSecurityException.Methods in com.google.crypto.tink.tinkkey with parameters of type TinkKey Modifier and Type Method Description static KeyHandleKeyHandle. createFromKey(TinkKey key, KeyAccess access)Constructors in com.google.crypto.tink.tinkkey with parameters of type TinkKey Constructor Description KeyHandle(TinkKey key, KeyHandle.KeyStatusType status, int keyId)Constructor intended for Tink internal purposes; allows one to set all the member variables of aKeyHandle. -
Uses of TinkKey in com.google.crypto.tink.tinkkey.internal
Classes in com.google.crypto.tink.tinkkey.internal that implement TinkKey Modifier and Type Class Description classProtoKeyWraps the protoKeyDataas an implementation of aTinkKey.Constructors in com.google.crypto.tink.tinkkey.internal with parameters of type TinkKey Constructor Description InternalKeyHandle(TinkKey key, com.google.crypto.tink.proto.KeyStatusType status, int keyId)
-