Package iaik.security.cipher

Class Summary
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.
DES Extends the BufferedCipher class for adding a buffering mechanism to the underlying DES cipher.
DESKeyFactory SecretKeyFactory implementation for the DES/DES EDE cipher.
DESKeyGenerator This class provides the functionality of a DES key generator.
DESParameterSpec DES parameter specification.
GOSTParameterSpec GOST parameter specification.
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.
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 Password-Based Encryption Standard (PKCS#5) the algorithm pbeWithMD5AndDES-CBC (object identifier: 1.2.840.113549.1.5.3).
PbeWithSHAAnd3_KeyTripleDES_CBC This class implements from the Personal Information Exchange Standard (PKCS#12) the pbeWithSHAAnd3_KeyTripleDES_CBC algorithm (object identifier: 1.2.840.113549.1.12.1.3).
PbeWithSHAAnd40BitRC2_CBC This class implements from the Personal Information Exchange Standard (PKCS#12) the algorithm pbeWithSHAAnd40BitRC2_CBC (object identifier: 1.2.840.113549.1.12.1.6).
RC2 Extends the BufferedCipher class for adding a buffering mechanism to the underlying RC2 cipher.
RC4 Extends the BufferedCipher class for adding a buffering mechanism to the underlying RC4 cipher.
RCxKeyGenerator This class provides the functionality of KeyGenerator for generating keys to be used by the RC2 and RC4 ciphers.
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.
VarLengthKeyGenerator This class provides the functionality of KeyGenerator for generating keys with variable length.