| Class | Description |
|---|---|
| AESKeyGenerator |
This class provides the functionality of KeyGenerator for generating
keys to be used by the Rijndael cipher.
|
| CAST128 |
Extends the BufferedCipher class for adding a buffering mechanism
to the underlying CAST128 cipher.
|
| CAST128KeyGenerator |
This class provides the functionality of KeyGenerator for generating
keys to be used by the CAST128 cipher.
|
| CAST128KeyWrap |
This class implements the CMS CAST128 Key Wrap key wrap algorithm.
|
| CAST128Parameters |
This class represents CAST paramters in opaque form and may be used for generating
opaque CAST parameters and converting them between various formats.
|
| CAST128ParameterSpec |
This class implements the CAST128 Parameter structure as defined in
RFC 2144.
|
| CAST128WrapParameters |
This class represents CMS CAST128 key wrap paramters in opaque form and may be used for generating
opaque CAST parameters and converting them between various formats.
|
| CAST128WrapParameterSpec |
CAST parameter specification.
|
| DES |
Extends the BufferedCipher class for adding a buffering mechanism
to the underlying DES cipher.
|
| DESKeyGenerator |
This class provides the functionality of a DES key generator.
|
| DESParameterSpec |
DES parameter specification.
|
| GeneralKeyFactory |
This class is the SecretKeyFactory for all symmetric ciphers supported by the IAIK.
|
| IDEA |
Extends the BufferedCipher class for adding a buffering mechanism
to the underlying IDEA cipher.
|
| IDEAKeyGenerator |
This class provides the functionality of a IDEA key generator.
|
| IDEAKeyWrap |
This class implements the CMS IDEA key wrap algorithm.
|
| IvParameters |
This class represents an initialization vector in opaque form and may be used
for generating an opaque IV and converting it between various formats.
|
| PBEKey |
A secret key for PBE (Password Based Encryption).
|
| PBEKeyBMP |
A secret key for PBE (Password Based Encryption).
|
| PbeWithMD5AndDES_CBC |
This class implements from the PKCS #5:
Password-Based Cryptography Specification Version 2.0 (RFC 2898) the algorithm
pbeWithMD5AndDES-CBC (object identifier: 1.2.840.113549.1.5.3).
|
| PbeWithSHAAnd3_KeyTripleDES_CBC |
This class implements from the
PKCS 12 v1.0: Personal Information Exchange Syntax the
pbeWithSHAAnd3_KeyTripleDES_CBC algorithm (object identifier:
1.2.840.113549.1.12.1.3).
|
| PbeWithSHAAnd40BitRC2_CBC |
This class implements from the
PKCS 12 v1.0: Personal Information Exchange Syntax the algorithm
pbeWithSHAAnd40BitRC2_CBC (object identifier:
1.2.840.113549.1.12.1.6).
|
| PWRIKekWrapParameters |
This class represents CMS-PKRI-KEK key wrap parameters in opaque form and may
be used for generating opaque CMS PWRI-KEK parameters and converting them between
various formats.
|
| PWRIKekWrapParameterSpec |
PWRI-KEK parameter specification.
|
| RC2 |
Extends the BufferedCipher class for adding a buffering mechanism
to the underlying RC2 cipher.
|
| RC2KeyGenerator |
This class provides the functionality of KeyGenerator for generating
keys to be used by the RC2 cipher.
|
| RC2KeyWrap |
This class implements the CMS RC2 Key Wrap key wrap algorithm.
|
| RC2Parameters |
This class represents RC2 paramters in opaque form and may be used for generating
opaque RC2 parameters and converting them between various formats.
|
| RC2WrapParameters |
This class represents RC2 wrap paramters in opaque form and may be used for generating
opaque RC2 parameters and converting them between various formats.
|
| RC2WrapParameterSpec |
Parameter specification for the CMS RC2 Key Wrap algorithmus.
|
| RC4 |
Extends the BufferedCipher class for adding a buffering mechanism
to the underlying RC4 cipher.
|
| RC4KeyGenerator |
This class provides the functionality of KeyGenerator for generating
keys to be used by the RC4 cipher.
|
| Rijndael | Deprecated
since 8.0; use
AesCipher
instead |
| Rijndael256 |
Extends the BufferedCipher class adding a buffering mechanism
to the underlying Rijndael cipher.
|
| RijndaelKeyGenerator |
This class provides the functionality of KeyGenerator for generating
keys to be used by the Rijndael cipher.
|
| SecretKey |
This class represents a secret key as used with symmetric algorithms.
|
| TripleDES |
Extends the BufferedCipher class for adding a buffering mechanism
to the underlying TripleDES cipher.
|
| TripleDESKeyGenerator |
This class provides the functionality of a TripleDES key generator.
|
| TripleDESKeyWrap |
This class implements the CMS TripleDES key wrap algorithm.
|