See: Description
| Interface | Description |
|---|---|
| AlgorithmParameters<T extends AlgorithmParameters<T>> |
Interface for initializing encryption algorithms.
|
| AsymmetricAlgorithmParameters<T extends AsymmetricAlgorithmParameters<T>> |
Interface for initializing asymmetric encryption algorithms.
|
| SymmetricAlgorithmParameters<T extends SymmetricAlgorithmParameters<T>> |
Interface for initializing symmetric encryption algorithms.
|
| Class | Description |
|---|---|
| Abstract128BitBlockCipherParameters<T extends Abstract128BitBlockCipherParameters<T>> |
Abstract AlgorithmParameters class for 128-bit block cipher encryption algorithms.
|
| AbstractAlgorithmParameters<T extends AbstractAlgorithmParameters<T>> |
Abstract AlgorithmParameters class.
|
| AbstractAsymmetricAlgorithmParameters<T extends AbstractAsymmetricAlgorithmParameters<T>> |
Abstract AsymmetricAlgorithmParameters class.
|
| AbstractBlockCipherParameters<T extends AbstractBlockCipherParameters<T>> |
Abstract AlgorithmParameters class for block cipher encryption algorithms.
|
| AbstractStreamCipherParameters<T extends AbstractStreamCipherParameters<T>> |
Abstract AlgorithmParameters class for stream cipher encryption algorithms.
|
| AbstractSymmetricAlgorithmParameters<T extends AbstractSymmetricAlgorithmParameters<T>> |
Abstract SymmetricAlgorithmParameters class.
|
| AesParameters |
AlgorithmParameters object used for AES encryption.
|
| BlowfishParameters |
AlgorithmParameters object used for Blowfish encryption.
|
| CamelliaParameters |
AlgorithmParameters object used for Camellia encryption.
|
| DesEdeParameters |
AlgorithmParameters object used for Triple-DES encryption.
|
| DesParameters |
AlgorithmParameters object used for DES encryption.
|
| ElGamalParameters |
AlgorithmParameters object used for ElGamal encryption.
|
| PbeParameters |
AlgorithmParameters object used for PBE (Password-Based Encryption).
|
| Rc2Parameters |
AlgorithmParameters object used for RC2 encryption.
|
| Rc4Parameters |
AlgorithmParameters object used for RC4 encryption.
|
| Rc5Parameters |
AlgorithmParameters object used for RC5 encryption.
|
| Rc6Parameters |
AlgorithmParameters object used for RC6 encryption.
|
| RsaParameters |
AlgorithmParameters object used for RSA encryption.
|
| SerpentParameters |
AlgorithmParameters object used for Serpent encryption.
|
| TeaParameters |
AlgorithmParameters object used for TEA (Tiny Encryption Algorithm) encryption.
|
| TwofishParameters |
AlgorithmParameters object used for Twofish encryption.
|
| XteaParameters |
AlgorithmParameters object used for XTEA (eXtended Tiny Encryption Algorithm) encryption.
|