public interface CipherInformation extends AlgorithmNameProvider, KeySizeIndicator
Modifier and Type | Method and Description |
---|---|
int |
getCipherBlockSize() |
int |
getIVSize() |
int |
getKdfSize() |
java.lang.String |
getTransformation() |
getAlgorithm
getKeySize
java.lang.String getTransformation()
int getIVSize()
int getCipherBlockSize()
int getKdfSize()