| Interface | Description |
|---|---|
| ICrypt |
Encryption and decryption implementations are accessed through this interface.
|
| ICryptFactory |
Interface used to generate crypt objects
|
| Class | Description |
|---|---|
| AbstractCrypt |
Abstract base class for JCE based ICrypt implementations.
|
| Base64 |
Provides Base64 encoding and decoding with URL and filename safe alphabet as defined by RFC 3548,
section 4.
|
| CachingSunJceCryptFactory |
Default crypt factory.
|
| CharEncoding |
Character encoding names required of every implementation of the Java platform.
|
| ClassCryptFactory |
Crypt factory that creates the
ICrypt object by instantiating a provided class. |
| CryptFactoryCachingDecorator |
ICryptFactory decorator that caches the call to ICryptFactory.newCrypt() |
| NoCrypt |
Due to legal reasons in some countries the JRE is shipped without a security provider.
|
| NoCryptFactory |
Crypt factory implementation for noop
NoCrypt class |
| StringUtils |
Converts String to and from bytes using the encodings required by the Java specification.
|
| SunJceCrypt |
Provide some simple means to encrypt and decrypt strings such as passwords.
|
| TrivialCrypt |
THIS CLASS IS FOR TESTING PURPOSES ONLY.
|
Encryption support for forms.
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.