| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EncryptionException | |
|---|---|
| ch.elca.el4j.util.encryption | |
| Uses of EncryptionException in ch.elca.el4j.util.encryption | 
|---|
| Methods in ch.elca.el4j.util.encryption that throw EncryptionException | |
|---|---|
 String | 
AbstractPropertyEncryptor.decrypt(String enc)
 | 
 String | 
PBEncryptor.decrypt(String enc)
Decrypts a string with the currently set password.  | 
 String | 
SymmetricEncryption.decrypt(String encryptedString)
Decrypts a String.  | 
 byte[] | 
SymmetricEncryption.decryptStringToByteArray(String encryptedString)
Decrypts a String into a byte array.  | 
 void | 
AbstractPropertyEncryptor.deriveKey(String source)
 | 
 void | 
PBEncryptor.deriveKey(String password)
Hashes the password and converts it to a suitable format for the cipher.  | 
 String | 
AbstractPropertyEncryptor.encrypt(String plain)
 | 
 String | 
PBEncryptor.encrypt(String plain)
Encrypts a string with the currently set password.  | 
 String | 
SymmetricEncryption.encrypt(String unencryptedString)
Encrypts a String.  | 
 String | 
SymmetricEncryption.encryptByteArrayToString(byte[] cleartext)
Encrypts a byte array into a String.  | 
 void | 
SymmetricEncryption.init()
Initializes the encryptor.  | 
 String | 
AbstractPropertyEncryptor.processString(String str)
 | 
| Constructors in ch.elca.el4j.util.encryption that throw EncryptionException | |
|---|---|
PBEncryptor()
Constructor.  | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||