public interface CipherInformation
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlgorithm() |
int |
getBlockSize() |
int |
getIVSize() |
java.lang.String |
getTransformation() |
java.lang.String getAlgorithm()
java.lang.String getTransformation()
int getIVSize()
int getBlockSize()