gnu.crypto.mode
public interface IAuthenticatedMode extends IMode, IMac
This interface is merely the conjuction of the IMode and
IMac interfaces. Encryption and decryption is done via the
(byte[],int,byte[],int)
method, tag generation
is done via the digest method, and header updating
(if supported by the mode) is done via the (byte[],int,int)
method.
Version: $Revision: 1.2 $