|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.productivity.java.habitat4j.crypto.decryptor.StaticCrypto
org.productivity.java.habitat4j.crypto.decryptor.generic.GenericCrypto
org.productivity.java.habitat4j.crypto.decryptor.generic.GenericPropertyDecryptor
public class GenericPropertyDecryptor
| Field Summary |
|---|
| Fields inherited from class org.productivity.java.habitat4j.crypto.decryptor.generic.GenericCrypto |
|---|
config, keyInfo |
| Constructor Summary | |
|---|---|
GenericPropertyDecryptor()
|
|
| Method Summary | |
|---|---|
java.lang.String |
decrypt(java.lang.String propertyListName,
java.lang.String name,
java.lang.String value)
|
void |
initialize(java.lang.String appName,
java.lang.String propertyListName)
|
| Methods inherited from class org.productivity.java.habitat4j.crypto.decryptor.generic.GenericCrypto |
|---|
createHash, createString, decrypt, getBytes, getKeyReader, initialize, xcrypt |
| Methods inherited from class org.productivity.java.habitat4j.crypto.decryptor.StaticCrypto |
|---|
createString, decode, encode, findPadEndIndex, getBytes, pad, removePad |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenericPropertyDecryptor()
| Method Detail |
|---|
public void initialize(java.lang.String appName,
java.lang.String propertyListName)
throws DecryptorException
initialize in interface DecryptorIFappName - - the name of the calling application (use is optional)propertyListName - - the name of the PropertyList that's calling this method (use is optional)
DecryptorException
public java.lang.String decrypt(java.lang.String propertyListName,
java.lang.String name,
java.lang.String value)
throws DecryptorException
decrypt in interface DecryptorIFpropertyListName - - the name of the PropertyList that's calling this method (use is optional)name - - the Property name (use is optional)value - - the String value to decrypt
DecryptorException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||