Package | Description |
---|---|
er.extensions.crypting |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static ERXCrypterInterface |
ERXCrypto.crypterForAlgorithm(String algorithm)
Returns the crypter for the given algorithm.
|
static ERXCrypterInterface |
ERXCrypto.defaultCrypter()
Returns the default crypter.
|
Modifier and Type | Method and Description |
---|---|
static void |
ERXCrypto.setCrypterForAlgorithm(ERXCrypterInterface crypter,
String algorithm)
Sets the crypter for the given algorithm.
|
Copyright © 2002 – 2024 Project Wonder.