Uses of Package
org.clazzes.optional.sec

Packages that use org.clazzes.optional.sec
org.clazzes.optional.sec   
org.clazzes.optional.sec.rsa   
 

Classes in org.clazzes.optional.sec used by org.clazzes.optional.sec
AEADBlockCipher
          A block cipher mode that includes authenticated encryption with a streaming mode and optional associated data.
BlockCipher
          An interface, which encapsulates symmetric ciphers like 3-DES or AES.
Digest
          An interface, which encapsulates secure hash function like SHA-1 or SHA-256.
GeneralDigest
          Base class for the most common digests.
InvalidCipherTextException
          An exception thrown when a additionally authenticated block cipher encounter a checksum error.
Mac
          A message authentication code.
RandomGenerator
          Generic interface for objects generating random bytes.
SeededRandomGenerator
          Random generator, which needs seeding fromwithin the application.
SHA1Digest
          implementation of SHA-1 as outlined in "Handbook of Applied Cryptography", pages 346 - 349.
SHA256Digest
          FIPS 180-2 implementation of SHA-256.
 

Classes in org.clazzes.optional.sec used by org.clazzes.optional.sec.rsa
Digest
          An interface, which encapsulates secure hash function like SHA-1 or SHA-256.
RandomGenerator
          Generic interface for objects generating random bytes.
 



Copyright © 2010. All Rights Reserved.