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