|
|||||||||
| 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.simple.SimpleGenericDecryptor
org.productivity.java.habitat4j.crypto.decryptor.examples.simple.SimpleDecryptor
public class SimpleDecryptor
| Field Summary | |
|---|---|
protected static java.lang.String |
KEY_AND_IV
|
| Fields inherited from class org.productivity.java.habitat4j.crypto.decryptor.generic.GenericCrypto |
|---|
config, keyInfo |
| Constructor Summary | |
|---|---|
SimpleDecryptor()
|
|
| Method Summary | |
|---|---|
GenericCryptoConfig |
getConfig()
|
java.lang.String |
getKey()
|
| Methods inherited from class org.productivity.java.habitat4j.crypto.decryptor.generic.simple.SimpleGenericDecryptor |
|---|
decrypt, initialize |
| 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 |
| Field Detail |
|---|
protected static final java.lang.String KEY_AND_IV
| Constructor Detail |
|---|
public SimpleDecryptor()
| Method Detail |
|---|
public GenericCryptoConfig getConfig()
getConfig in class SimpleGenericDecryptorpublic java.lang.String getKey()
getKey in class SimpleGenericDecryptor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||