|
Project Wonder 5.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ERXCrypterInterface | |
---|---|
er.extensions.crypting |
Uses of ERXCrypterInterface in er.extensions.crypting |
---|
Classes in er.extensions.crypting that implement ERXCrypterInterface | |
---|---|
class |
ERXAbstractAESCrypter
ERXAbstractAESCrypter is an AES implementation of the crypter interface that allows subclasses to override the source of the cipher key. |
class |
ERXAbstractBlowfishCrypter
ERXAbstractBlowfishCrypter is a blowfish implementation of the crypter interface that allows subclasses to override the source of the blowfish key. |
class |
ERXAESCrypter
ERXAESCrypter is an AES implementation of the crypter interface. |
class |
ERXBlowfishCrypter
ERXBlowfishCrypter is a blowfish implementation of the crypter interface. |
class |
ERXDESCrypter
ERXDESCrypto is a DES implementation of the crypter interface. |
class |
ERXKeyStoreBlowfishCrypter
ERXKeyStoreBlowfishCrypter is a blowfish implementation of the crypter interface that loads its secret key from a java keystore. |
Methods in er.extensions.crypting that return ERXCrypterInterface | |
---|---|
static ERXCrypterInterface |
ERXCrypto.crypterForAlgorithm(java.lang.String algorithm)
Returns the crypter for the given algorithm. |
static ERXCrypterInterface |
ERXCrypto.defaultCrypter()
Returns the default crypter. |
Methods in er.extensions.crypting with parameters of type ERXCrypterInterface | |
---|---|
static void |
ERXCrypto.setCrypterForAlgorithm(ERXCrypterInterface crypter,
java.lang.String algorithm)
Sets the crypter for the given algorithm. |
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV NEXT | FRAMES NO FRAMES |