|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.openptk.crypto.Crypto
org.openptk.crypto.PBECrypto
public class PBECrypto
Class extends Crypto (abstract) class and provides a Password Based Encryption (PBE) implementation. Uses a pre-defined "salt"
| Field Summary |
|---|
| Fields inherited from class org.openptk.crypto.Crypto |
|---|
_decoder, _decryptCipher, _encoder, _encryptCipher, STRING_ENCODING |
| Constructor Summary | |
|---|---|
PBECrypto(java.lang.String passPhrase,
java.lang.String cipher)
Create a CryptoIF instance that uses Password Based Encryption. |
|
| Method Summary |
|---|
| Methods inherited from class org.openptk.crypto.Crypto |
|---|
decrypt, encrypt, getId, getImplementations, main, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PBECrypto(java.lang.String passPhrase,
java.lang.String cipher)
throws CryptoException
passPhrase - String used for encryptioncipher - String of a valid cipher implementation
CryptoException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||