Package com.google.crypto.tink
Interface KeysetHandleInterface.Entry
-
- All Known Implementing Classes:
KeysetHandle.Entry
- Enclosing interface:
- KeysetHandleInterface
public static interface KeysetHandleInterface.EntryProvides the basic interface for KeysetHandle.Entry.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetId()Returns the ID for this entry.KeygetKey()Returns the key for this entry.KeyStatusgetStatus()Returns the key status for this entry.booleanisPrimary()True if this entry is the unique primary in a keyset.
-