T
- the parameters type for the cipher implemented.public interface SingleBlockCipher<T extends Parameters>
Modifier and Type | Method and Description |
---|---|
int |
getInputSize()
Return the maximum size of input this cipher can consume.
|
int |
getOutputSize()
Return the size of the output this cipher will produce.
|
T |
getParameters()
Return the parameters for this single block cipher.
|
T getParameters()
int getInputSize()
int getOutputSize()