Package gnu.javax.crypto.cipher

Examples of gnu.javax.crypto.cipher.Cast5


      { "01234567123456782345",             "0123456789ABCDEF", "EB6A711A2C02271B" } };

  public void test(TestHarness harness)
  {
    harness.checkPoint("TestOfCast5");
    cipher = new Cast5();
    HashMap attrib = new HashMap();
    attrib.put(IBlockCipher.CIPHER_BLOCK_SIZE, new Integer(8));
    attrib.put(IBlockCipher.KEY_MATERIAL, new byte[16]);
    try
      {
View Full Code Here

TOP

Related Classes of gnu.javax.crypto.cipher.Cast5

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.