Uses of Class
com.google.crypto.tink.KeysetHandle.Entry
-
Packages that use KeysetHandle.Entry Package Description com.google.crypto.tink -
-
Uses of KeysetHandle.Entry in com.google.crypto.tink
Methods in com.google.crypto.tink that return KeysetHandle.Entry Modifier and Type Method Description KeysetHandle.EntryKeysetHandle. getAt(int i)Returns the entry at index i.KeysetHandle.EntryKeysetHandle. getPrimary()Returns the unique entry where isPrimary() = true and getStatus() = ENABLED.
-