Package org.pfsw.security.crypto

Interface Summary
CryptoConstants This interface provides various constants useful in cryptology.
 

Class Summary
CheckedHashAlgorithm This is a helper class that represents a hash algorithm that has already been checked if it is supported by the platform.
CryptoUtil This utility class simplifies hashing passwords and particularly comparison of passwords.
HashedString Container for a SHA hashed strings including salt for SSHA.
HashMechanism Contains all information about a hashing algorithm.
 

Exception Summary
CryptoRuntimeException A simple runtime exception class that is used to encapsulate checked exceptions in cases where catching exceptions makes no sense or is polluting the code.