|
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.ERXAbstractAESCrypter
er.extensions.crypting.ERXAESCrypter
public class ERXAESCrypter
ERXAESCrypter is an AES implementation of the crypter interface.
Properties | |
er.extensions.ERXAESCipherKey | the cipher key to use |
Field Summary |
---|
Fields inherited from class er.extensions.crypting.ERXAbstractAESCrypter |
---|
log |
Constructor Summary | |
---|---|
ERXAESCrypter()
|
Method Summary | |
---|---|
protected java.security.Key |
secretKey()
Generates a secret key from the System property er.extensions.ERXAESCipherKey. |
Methods inherited from class er.extensions.crypting.ERXAbstractAESCrypter |
---|
blockSize, createCipher, 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 ERXAESCrypter()
Method Detail |
---|
protected java.security.Key secretKey() throws java.security.NoSuchAlgorithmException
secretKey
in class ERXAbstractAESCrypter
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 |