|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecter.extensions.crypting.ERXAbstractBlowfishCrypter
er.extensions.crypting.ERXBlowfishCrypter
public class ERXBlowfishCrypter
ERXBlowfishCrypter is a blowfish implementation of the crypter interface.
Properties | |
er.extensions.ERXBlowfishCipherKey | the blowfish key to use |
Field Summary |
---|
Fields inherited from class er.extensions.crypting.ERXAbstractBlowfishCrypter |
---|
log |
Constructor Summary | |
---|---|
ERXBlowfishCrypter()
|
|
ERXBlowfishCrypter(java.lang.String blowfishKey)
|
Method Summary | |
---|---|
protected java.security.Key |
secretBlowfishKey()
Generates a secret key from the System property er.extensions.ERXBlowfishCipherKey. |
Methods inherited from class er.extensions.crypting.ERXAbstractBlowfishCrypter |
---|
blockSize, createBlowfishCipher, decrypt, decryptCipher, encrypt, encryptCipher, setBlockSize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ERXBlowfishCrypter(java.lang.String blowfishKey)
public ERXBlowfishCrypter()
Method Detail |
---|
protected java.security.Key secretBlowfishKey() throws java.security.NoSuchAlgorithmException
secretBlowfishKey
in class ERXAbstractBlowfishCrypter
java.security.NoSuchAlgorithmException
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |