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.
|
CryptoUtil |
Helper class to provde generic functions to work with CryptoStreams.
|
HexConverter |
Helper class to for HEX conversion.
|
Main |
Command line tool for encrypting/decrypting files
file [enc|dec] passwd [file]*
string [enc|dec] passwd plaintext
|
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.
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.