public class CipherByteArrayProcessor extends Object implements com.hazelcast.util.ByteArrayProcessor
| Constructor and Description |
|---|
CipherByteArrayProcessor(Cipher cipher) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
process(byte[] src) |
byte[] |
process(byte[] src,
int offset,
int length) |
byte[] |
process(byte[] src,
int offset,
int length,
byte[] dst) |
public CipherByteArrayProcessor(Cipher cipher)
public byte[] process(byte[] src)
process in interface com.hazelcast.util.ByteArrayProcessorpublic byte[] process(byte[] src,
int offset,
int length)
process in interface com.hazelcast.util.ByteArrayProcessorpublic byte[] process(byte[] src,
int offset,
int length,
byte[] dst)
process in interface com.hazelcast.util.ByteArrayProcessorCopyright © 2021 Hazelcast, Inc.. All Rights Reserved.