Package com.google.crypto.tink.internal
Interface KeysetHandleInterface
-
- All Known Implementing Classes:
KeysetHandle
public interface KeysetHandleInterfaceProvides the basic interface for KeysetHandle.This is useful in contexts where we want to have the API of KeysetHandle, but not the dependencies.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKeysetHandleInterface.EntryProvides the basic interface for KeysetHandle.Entry.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeysetHandleInterface.EntrygetAt(int i)KeysetHandleInterface.EntrygetPrimary()intsize()
-
-
-
Method Detail
-
getPrimary
KeysetHandleInterface.Entry getPrimary()
-
size
int size()
-
getAt
KeysetHandleInterface.Entry getAt(int i)
-
-