Package edu.rit.crypto.blockcipher

Package edu.rit.crypto.blockcipher provides classes for block ciphers.

See:
          Description

Class Summary
AES256Cipher Class AES256Cipher provides a BlockCipher using the Advanced Encryption Standard (AES) with a 128-bit (16-byte) block length and a 256-bit (32-byte) key length.
AES256CipherSmp Class AES256CipherSmp provides a BlockCipher using the Advanced Encryption Standard (AES) with a 128-bit (16-byte) block length and a 256-bit (32-byte) key length.
BlockCipher Class BlockCipher is the abstract base class for a block cipher.
 

Package edu.rit.crypto.blockcipher Description

Package edu.rit.crypto.blockcipher provides classes for block ciphers.



Copyright © 2005-2012 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.