| Interface | Description |
|---|---|
| CryptoParameters |
CryptoParameters used for encryption/decrytpion.
|
| CryptoStreamFactory |
Interface for creating encrypting/decrypting streams.
|
| PasswordParameters |
Parameters for creating a password.
|
| Class | Description |
|---|---|
| CryptoStreamFactoryImpl |
Concrete factory for creating encrypting/decrypting streams.
|
| CryptoStreamFactoryTemplate |
Concrete factory for creating encrypting/decrypting streams.
|
| CryptoUtil |
Helper class to provde generic functions to work with CryptoStreams.
|
| HexConverter |
Helper class to for HEX conversion.
|
| PasswordFactory |
The implementation supplies a default password in the case that
the programmer don't want to have additional hassles.
|
| SmartDecryptingInputStream |
An input stream that determine if the originating input stream
was encrypted or not.
|
| StreamUtil |
Helper class to provde generic stream functions.
|
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.