| Class | Description |
|---|---|
| ClearTextProxy |
Dummy proxy encrypter which simply passes thru original text value.
|
| FilesystemImageExporter |
A plugin that will export current image to end user's local filesystem,
essentially providing for "image save" feature.
|
| FtpImageUploader |
Image upload plugin utilizing FTP protocol.
|
| MD5Digest |
One way hash encrypter utilizing MD5 digest.
|
| MultipartFormPostImageUploader |
Sends data using
MultipartFormPost off an EDT thread keeping the GUI
responsive. |
| RsaCipher |
Encrypter backed by RSA, making it possible to decrypt the result string.
|
| SHA1Digest |
One way hash encrypter utilizing SHA-1 digest.
|
| SHA256Digest |
One way hash encrypter utilizing SHA-256 digest.
|
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.