|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object base.jdbs.cryptography.symmetric.SymmetricCipher base.jdbs.cryptography.symmetric.DESSymmetricCipher
public class DESSymmetricCipher
Field Summary |
---|
Fields inherited from class base.jdbs.cryptography.symmetric.SymmetricCipher |
---|
decryptionCipher, encryptionCipher |
Constructor Summary | |
---|---|
DESSymmetricCipher(SymmetricKey passPhrase)
|
Method Summary | |
---|---|
void |
decrypt(java.io.File inputFile,
java.io.File outputFile)
This method offers an entry point for File dencryption for symmetric ciphers. |
void |
encrypt(java.io.File inputFile,
java.io.File outputFile)
This method offers an entry point for File encryption for symmetric ciphers. |
Methods inherited from class base.jdbs.cryptography.symmetric.SymmetricCipher |
---|
getDecryptionCipher, getEncryptionCipher |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DESSymmetricCipher(SymmetricKey passPhrase)
Method Detail |
---|
public void encrypt(java.io.File inputFile, java.io.File outputFile)
ISymmetricCipher
inputFile
- The input File to encrypt.outputFile
- The encryption output File.public void decrypt(java.io.File inputFile, java.io.File outputFile)
ISymmetricCipher
inputFile
- The input File to dencrypt.outputFile
- The decryption output File.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |