|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openptk.crypto.Crypto org.openptk.crypto.PBECrypto org.openptk.crypto.DESCrypto
public class DESCrypto
Field Summary |
---|
Fields inherited from class org.openptk.crypto.Crypto |
---|
_decoder, _decryptCipher, _encoder, _encryptCipher, STRING_ENCODING |
Constructor Summary | |
---|---|
DESCrypto()
Creates a CryptoIF instance using the PBEWithMD5AndDES cipher with a pre-defined pass phrase. |
|
DESCrypto(java.lang.String passPhrase)
Creates a CryptoIF instance using the PBEWithMD5AndDES cipher. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
Methods inherited from class org.openptk.crypto.Crypto |
---|
decrypt, encrypt, getId, getImplementations, setId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DESCrypto() throws CryptoException
CryptoException
public DESCrypto(java.lang.String passPhrase) throws CryptoException
passPhrase
- unique strong pass phrase
CryptoException
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- (not used)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |