Class OpenSslCommonMode

java.lang.Object
org.apache.commons.crypto.cipher.AbstractOpenSslFeedbackCipher
org.apache.commons.crypto.cipher.OpenSslCommonMode

final class OpenSslCommonMode extends AbstractOpenSslFeedbackCipher
This class do the real work(Encryption/Decryption) for non-authenticated modes, such as CTR, CBC.

It will call the OpenSSL API to implement encryption/decryption