Package | Description |
---|---|
org.zimowski.bambi.editor.config | |
org.zimowski.bambi.editor.plugins |
Modifier and Type | Method and Description |
---|---|
TextEncrypter |
Configuration.getLoginIdEncrypter() |
TextEncrypter |
Configuration.getPasswordEncrypter() |
Modifier and Type | Class and Description |
---|---|
class |
ClearTextProxy
Dummy proxy encrypter which simply passes thru original text value.
|
class |
MD5Digest
One way hash encrypter utilizing MD5 digest.
|
class |
RsaCipher
Encrypter backed by RSA, making it possible to decrypt the result string.
|
class |
SHA1Digest
One way hash encrypter utilizing SHA-1 digest.
|
class |
SHA256Digest
One way hash encrypter utilizing SHA-256 digest.
|
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.