|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object base.jdbs.cryptography.symmetric.SymmetricCipher
public abstract class SymmetricCipher
Field Summary | |
---|---|
protected javax.crypto.Cipher |
decryptionCipher
The chiper to be usend for decryption. |
protected javax.crypto.Cipher |
encryptionCipher
The chiper to be usend for encryption. |
Constructor Summary | |
---|---|
SymmetricCipher()
|
Method Summary | |
---|---|
protected javax.crypto.Cipher |
getDecryptionCipher()
|
protected javax.crypto.Cipher |
getEncryptionCipher()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface base.jdbs.cryptography.symmetric.ISymmetricCipher |
---|
decrypt, encrypt |
Field Detail |
---|
protected javax.crypto.Cipher encryptionCipher
protected javax.crypto.Cipher decryptionCipher
Constructor Detail |
---|
public SymmetricCipher()
Method Detail |
---|
protected javax.crypto.Cipher getDecryptionCipher()
protected javax.crypto.Cipher getEncryptionCipher()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |