Uses of Class
javax.crypto.CipherSpi

Packages that use CipherSpi
com.entrust.toolkit.security.provider Contains classes that implement various signature algorithms and the Entrust Provider. 
iaik.security.cipher   
javax.crypto   
 

Uses of CipherSpi in com.entrust.toolkit.security.provider
 

Subclasses of CipherSpi in com.entrust.toolkit.security.provider
 class RSA
           This class contains an implementation of the RSA algorithm that is able to read both standard JCE keys and Entrust obfuscated keys.
 class RSAPKCS11
           
 

Uses of CipherSpi in iaik.security.cipher
 

Subclasses of CipherSpi in iaik.security.cipher
(package private)  class iaik.security.cipher.BufferedCipher
          This class implements the jaxax.crypto.CipherSpi interface for the IAIK Security Provider.
 class CAST128
          Extends the BufferedCipher class for adding a buffering mechanism to the underlying CAST128 cipher.
 class DES
          Extends the BufferedCipher class for adding a buffering mechanism to the underlying DES cipher.
 class IDEA
          Extends the BufferedCipher class for adding a buffering mechanism to the underlying IDEA cipher.
 class 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).
 class 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).
 class 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).
 class RC2
          Extends the BufferedCipher class for adding a buffering mechanism to the underlying RC2 cipher.
 class RC4
          Extends the BufferedCipher class for adding a buffering mechanism to the underlying RC4 cipher.
 class TripleDES
          Extends the BufferedCipher class for adding a buffering mechanism to the underlying TripleDES cipher.
 

Uses of CipherSpi in javax.crypto
 

Constructors in javax.crypto with parameters of type CipherSpi
Cipher.Cipher(CipherSpi cipherSpi, Provider provider, java.lang.String transformation)
          Creates a Cipher object.