Uses of Interface
com.google.crypto.tink.internal.KeysetHandleInterface.Entry
-
Packages that use KeysetHandleInterface.Entry Package Description com.google.crypto.tink com.google.crypto.tink.internal -
-
Uses of KeysetHandleInterface.Entry in com.google.crypto.tink
Classes in com.google.crypto.tink that implement KeysetHandleInterface.Entry Modifier and Type Class Description static classKeysetHandle.EntryRepresents a single entry in a keyset. -
Uses of KeysetHandleInterface.Entry in com.google.crypto.tink.internal
Methods in com.google.crypto.tink.internal that return KeysetHandleInterface.Entry Modifier and Type Method Description KeysetHandleInterface.EntryKeysetHandleInterface. getAt(int i)KeysetHandleInterface.EntryKeysetHandleInterface. getPrimary()Methods in com.google.crypto.tink.internal with parameters of type KeysetHandleInterface.Entry Modifier and Type Method Description BPrimitiveWrapper.PrimitiveFactory. create(KeysetHandleInterface.Entry k)
-