Name Type Description
ICryptFactory Interface Interface used to generate crypt objects
ICrypt Interface Encryption and decryption implementations are accessed through this interface.
TrivialCrypt Class THIS CLASS IS FOR TESTING PURPOSES ONLY.
SunJceCrypt Class Provide some simple means to encrypt and decrypt strings such as passwords.
NoCryptFactory Class Crypt factory implementation for noop NoCrypt class
NoCrypt Class Due to legal reasons in some countries the JRE is shipped without a security provider.
CryptFactoryCachingDecorator Class ICryptFactory decorator that caches the call to newCrypt()
ClassCryptFactory Class Crypt factory that creates the ICrypt object by instantiating a provided class.
CachingSunJceCryptFactory Class Default crypt factory.
Base64UrlSafe Class Provides Base64 encoding and decoding with URL and filename safe alphabet as defined by RFC 3548, section 4.
Base64 Class Provides Base64 encoding and decoding as defined by RFC 2045.
AbstractCrypt Class Abstract base class for JCE based ICrypt implementations.