Uses of Interface
com.google.crypto.tink.internal.PrimitiveConstructor.PrimitiveConstructionFunction
-
Packages that use PrimitiveConstructor.PrimitiveConstructionFunction Package Description com.google.crypto.tink.internal -
-
Uses of PrimitiveConstructor.PrimitiveConstructionFunction in com.google.crypto.tink.internal
Methods in com.google.crypto.tink.internal with parameters of type PrimitiveConstructor.PrimitiveConstructionFunction Modifier and Type Method Description static <KeyT extends Key,PrimitiveT>
PrimitiveConstructor<KeyT,PrimitiveT>PrimitiveConstructor. create(PrimitiveConstructor.PrimitiveConstructionFunction<KeyT,PrimitiveT> function, java.lang.Class<KeyT> keyClass, java.lang.Class<PrimitiveT> primitiveClass)Creates a PrimitiveConstructor object.
-