Uses of Interface
com.amazon.corretto.crypto.provider.InputBuffer.ArrayFunction
-
Packages that use InputBuffer.ArrayFunction Package Description com.amazon.corretto.crypto.provider -
-
Uses of InputBuffer.ArrayFunction in com.amazon.corretto.crypto.provider
Methods in com.amazon.corretto.crypto.provider with parameters of type InputBuffer.ArrayFunction Modifier and Type Method Description InputBuffer<T,S,X>InputBuffer. withInitialUpdater(InputBuffer.ArrayFunction<S,java.lang.RuntimeException> handler)InputBuffer<T,S,X>InputBuffer. withSinglePass(InputBuffer.ArrayFunction<T,X> handler)
-