|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CipherParameters | |
---|---|
org.apache.geronimo.util.crypto | |
org.apache.geronimo.util.crypto.modes | |
org.apache.geronimo.util.crypto.params |
Uses of CipherParameters in org.apache.geronimo.util.crypto |
---|
Methods in org.apache.geronimo.util.crypto with parameters of type CipherParameters | |
---|---|
void |
DSA.init(boolean forSigning,
CipherParameters param)
initialise the signer for signature generation or signature verification. |
void |
BlockCipher.init(boolean forEncryption,
CipherParameters params)
Initialise the cipher. |
Uses of CipherParameters in org.apache.geronimo.util.crypto.modes |
---|
Methods in org.apache.geronimo.util.crypto.modes with parameters of type CipherParameters | |
---|---|
void |
CBCBlockCipher.init(boolean encrypting,
CipherParameters params)
Initialise the cipher and, possibly, the initialisation vector (IV). |
Uses of CipherParameters in org.apache.geronimo.util.crypto.params |
---|
Classes in org.apache.geronimo.util.crypto.params that implement CipherParameters | |
---|---|
class |
AsymmetricKeyParameter
|
class |
DESedeParameters
|
class |
DESParameters
|
class |
DHKeyParameters
|
class |
DHParameters
|
class |
DHPrivateKeyParameters
|
class |
DHPublicKeyParameters
|
class |
DSAKeyParameters
|
class |
DSAParameters
|
class |
DSAPrivateKeyParameters
|
class |
DSAPublicKeyParameters
|
class |
KeyParameter
|
class |
ParametersWithIV
|
class |
ParametersWithSBox
|
class |
RSAKeyParameters
|
class |
RSAPrivateCrtKeyParameters
|
Methods in org.apache.geronimo.util.crypto.params that return CipherParameters | |
---|---|
CipherParameters |
ParametersWithSBox.getParameters()
|
CipherParameters |
ParametersWithIV.getParameters()
|
Constructors in org.apache.geronimo.util.crypto.params with parameters of type CipherParameters | |
---|---|
ParametersWithIV(CipherParameters parameters,
byte[] iv)
|
|
ParametersWithIV(CipherParameters parameters,
byte[] iv,
int ivOff,
int ivLen)
|
|
ParametersWithSBox(CipherParameters parameters,
byte[] sBox)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |