Class OpenSslGaloisCounterMode

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

final class OpenSslGaloisCounterMode extends AbstractOpenSslFeedbackCipher
This class do the real work(Encryption/Decryption/Authentication) for the authenticated mode: GCM. It calls the OpenSSL API to implement the JCE-like behavior
Since:
1.1