Uses of Interface
com.google.crypto.tink.keyderivation.internal.KeyDeriver
-
Packages that use KeyDeriver Package Description com.google.crypto.tink.keyderivation.internal -
-
Uses of KeyDeriver in com.google.crypto.tink.keyderivation.internal
Classes in com.google.crypto.tink.keyderivation.internal that implement KeyDeriver Modifier and Type Class Description classPrfBasedKeyDeriverImplements the KeyDeriver interface by first applying a Prf and then using the global registry to create the correct key.Methods in com.google.crypto.tink.keyderivation.internal that return KeyDeriver Modifier and Type Method Description static KeyDeriverPrfBasedKeyDeriver. create(PrfBasedKeyDerivationKey key)Methods in com.google.crypto.tink.keyderivation.internal that return types with arguments of type KeyDeriver Modifier and Type Method Description java.lang.Class<KeyDeriver>KeysetDeriverWrapper. getInputPrimitiveClass()Method parameters in com.google.crypto.tink.keyderivation.internal with type arguments of type KeyDeriver Modifier and Type Method Description KeysetDeriverKeysetDeriverWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<KeyDeriver> factory)
-