Class InternalKeyHandle
- java.lang.Object
-
- com.google.crypto.tink.tinkkey.KeyHandle
-
- com.google.crypto.tink.tinkkey.internal.InternalKeyHandle
-
public final class InternalKeyHandle extends KeyHandle
Class used to expose the protected KeyHandle constructor to the rest of Tink. This class is for Tink internal purposes only, and its public API is not guaranteed to be stable.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.crypto.tink.tinkkey.KeyHandle
KeyHandle.KeyStatusType
-
-
Constructor Summary
Constructors Constructor Description InternalKeyHandle(TinkKey key, com.google.crypto.tink.proto.KeyStatusType status, int keyId)
-
Method Summary
-
Methods inherited from class com.google.crypto.tink.tinkkey.KeyHandle
createFromKey, createFromKey, generateNew, getId, getKey, getKeyTemplate, getStatus, hasSecret
-
-
-
-
Constructor Detail
-
InternalKeyHandle
public InternalKeyHandle(TinkKey key, com.google.crypto.tink.proto.KeyStatusType status, int keyId)
-
-