Uses of Class
com.google.crypto.tink.tinkkey.KeyHandle.KeyStatusType
-
Packages that use KeyHandle.KeyStatusType Package Description com.google.crypto.tink.internal com.google.crypto.tink.tinkkey -
-
Uses of KeyHandle.KeyStatusType in com.google.crypto.tink.internal
Methods in com.google.crypto.tink.internal that return KeyHandle.KeyStatusType Modifier and Type Method Description static KeyHandle.KeyStatusTypeKeyStatusTypeProtoConverter. fromProto(com.google.crypto.tink.proto.KeyStatusType keyStatusTypeProto)Converts aKeyHandle.KeyStatusTypeproto enum into aKeyHandle.KeyStatusTypeenumMethods in com.google.crypto.tink.internal with parameters of type KeyHandle.KeyStatusType Modifier and Type Method Description static com.google.crypto.tink.proto.KeyStatusTypeKeyStatusTypeProtoConverter. toProto(KeyHandle.KeyStatusType status)Converts aKeyHandle.KeyStatusTypeenum into aKeyHandle.KeyStatusTypeproto enum -
Uses of KeyHandle.KeyStatusType in com.google.crypto.tink.tinkkey
Methods in com.google.crypto.tink.tinkkey that return KeyHandle.KeyStatusType Modifier and Type Method Description KeyHandle.KeyStatusTypeKeyHandle. getStatus()Returns the status of the key.static KeyHandle.KeyStatusTypeKeyHandle.KeyStatusType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static KeyHandle.KeyStatusType[]KeyHandle.KeyStatusType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.crypto.tink.tinkkey with parameters of type KeyHandle.KeyStatusType 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.
-