public interface BlockCipherAdapter extends CipherAdapter
Modifier and Type | Method and Description |
---|---|
int |
doFinal(byte[] out,
int outOff)
Finish the encryption/decryption operation (e.g.
|
int |
getOutputSize(int len)
Gets the size of the output buffer required to hold the output of an input
buffer of the given size.
|
init, processBytes, reset
int getOutputSize(int len)
len
- Length of input buffer.int doFinal(byte[] out, int outOff)
out
- Output buffer to receive final processing output.outOff
- Offset into output buffer where processed data should
start.Copyright © 2016 JBoss by Red Hat. All rights reserved.