|
|||||||||
| 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.keyprotector.generic.GenericKeyProtector
public abstract class GenericKeyProtector
| Field Summary | |
|---|---|
protected KeyInfoIF |
keyInfo
|
| Fields inherited from class org.productivity.java.habitat4j.crypto.decryptor.generic.GenericCrypto |
|---|
config |
| Constructor Summary | |
|---|---|
GenericKeyProtector()
|
|
| Method Summary | |
|---|---|
void |
configure(GenericCryptoConfig config,
KeyInfoIF keyInfo)
|
KeyInfoIF |
decrypt(java.io.Serializable in)
|
abstract void |
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 KeyInfoIF keyInfo
| Constructor Detail |
|---|
public GenericKeyProtector()
| Method Detail |
|---|
public abstract void initialize()
throws DecryptorException
initialize in interface KeyProtectorIFDecryptorException
public void configure(GenericCryptoConfig config,
KeyInfoIF keyInfo)
throws DecryptorException
DecryptorException
public KeyInfoIF decrypt(java.io.Serializable in)
throws DecryptorException
decrypt in interface KeyProtectorIFDecryptorException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||