Class DigestToByteBuffer

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.conversions.from_bytebuffer.DigestToByteBuffer
All Implemented Interfaces:
Function<ByteBuffer,ByteBuffer>

public class DigestToByteBuffer extends Object implements Function<ByteBuffer,ByteBuffer>
Computes the digest of the ByteBuffer on input and stores it in the output ByteBuffer. The digestTypes available are: MD2 MD5 SHA-1 SHA-224 SHA-256 SHA-384 SHA-512 SHA3-224 SHA3-256 SHA3-384 SHA3-512