Uses of Class
com.amazon.corretto.crypto.provider.InputBuffer
-
Packages that use InputBuffer Package Description com.amazon.corretto.crypto.provider -
-
Uses of InputBuffer in com.amazon.corretto.crypto.provider
Methods in com.amazon.corretto.crypto.provider that return InputBuffer Modifier and Type Method Description protected InputBuffer<T,S,X>InputBuffer. clone()WARNING! This only does a shallow copy of the handlers, so any which refer to external state (so, any values not passed in as arguments) may be incorrect and need to be fixed prior to use.InputBuffer<T,S,X>InputBuffer. withDoFinal(InputBuffer.FinalHandlerFunction<S,T,X> handler)InputBuffer<T,S,X>InputBuffer. withInitialStateSupplier(InputBuffer.StateSupplier<S> supplier)InputBuffer<T,S,X>InputBuffer. withInitialUpdater(InputBuffer.ArrayFunction<S,java.lang.RuntimeException> handler)InputBuffer<T,S,X>InputBuffer. withInitialUpdater(InputBuffer.ByteBufferFunction<S> handler)InputBuffer<T,S,X>InputBuffer. withSinglePass(InputBuffer.ArrayFunction<T,X> handler)InputBuffer<T,S,X>InputBuffer. withStateCloner(java.util.function.Function<S,S> cloner)InputBuffer<T,S,X>InputBuffer. withUpdater(InputBuffer.ArrayStateConsumer<S> handler)InputBuffer<T,S,X>InputBuffer. withUpdater(InputBuffer.ByteBufferBiConsumer<S> handler)
-