Uses of Class
com.google.crypto.tink.KeyStatus
-
Packages that use KeyStatus Package Description com.google.crypto.tink com.google.crypto.tink.internal -
-
Uses of KeyStatus in com.google.crypto.tink
Fields in com.google.crypto.tink declared as KeyStatus Modifier and Type Field Description static KeyStatusKeyStatus. DESTROYEDstatic KeyStatusKeyStatus. DISABLEDstatic KeyStatusKeyStatus. ENABLEDMethods in com.google.crypto.tink that return KeyStatus Modifier and Type Method Description KeyStatusKeysetHandle.Builder.Entry. getStatus()Returns the status of this entry.KeyStatusKeysetHandle.Entry. getStatus()Methods in com.google.crypto.tink with parameters of type KeyStatus Modifier and Type Method Description KeysetHandle.Builder.EntryKeysetHandle.Builder.Entry. setStatus(KeyStatus status)Sets the status of this entry. -
Uses of KeyStatus in com.google.crypto.tink.internal
Methods in com.google.crypto.tink.internal that return KeyStatus Modifier and Type Method Description KeyStatusKeysetHandleInterface.Entry. getStatus()
-