Uses of Interface
com.google.crypto.tink.internal.MutableKeyDerivationRegistry.InsecureKeyCreator
-
Packages that use MutableKeyDerivationRegistry.InsecureKeyCreator Package Description com.google.crypto.tink.internal -
-
Uses of MutableKeyDerivationRegistry.InsecureKeyCreator in com.google.crypto.tink.internal
Methods in com.google.crypto.tink.internal with parameters of type MutableKeyDerivationRegistry.InsecureKeyCreator Modifier and Type Method Description <ParametersT extends Parameters>
voidMutableKeyDerivationRegistry. add(MutableKeyDerivationRegistry.InsecureKeyCreator<ParametersT> creator, java.lang.Class<ParametersT> parametersClass)Adds a new "InsecureKeyCreator" to the instance.
-