Class Summary
DESedeKeySpec This class is a transparent wrapper for DES-EDE (Triple-DES) keys,
which are arrays of 24 bytes.
DESKeySpec This class is a transparent wrapper for DES keys, which are arrays
of 8 bytes.
DHGenParameterSpec This class represents the parameters needed for generating
Diffie-Hellman parameters.
DHParameterSpec The base set of parameters necessary to perform Diffie-Hellman key
exchange.
PBEKeySpec A wrapper for a password-based key, used for password-based
encryption (PBE).
RC2ParameterSpec A wrapper for parameters for the
RC2
block cipher ("RC" means either "Rivest Cipher" or "Ron's Code",
depending upon who you ask and when).
SecretKeySpec This is a simple wrapper around a raw byte array, for ciphers that do
not require any key parameters other than the bytes themselves.