Home | History | Annotate | Download | only in crypto

Lines Matching defs:CipherSpi

51  * encapsulates an instance of this <code>CipherSpi</code> class, an
90 * methods of the provider's subclass of <code>CipherSpi</code>.
99 * // provider's subclass of "CipherSpi" implements "algName" with
106 * // provider's subclass of "CipherSpi" implements "algName" in the
113 * // provider's subclass of "CipherSpi" implements "algName" with the
120 * // provider's subclass of "CipherSpi" implements "algName" with the
127 * <p>For example, a provider may supply a subclass of <code>CipherSpi</code>
161 * and a generic <i>DES</i> class that subclasses from <code>CipherSpi</code>.
176 * implementation of <code>CipherSpi</code> for a
181 * Check if the provider has registered a subclass of <code>CipherSpi</code>
192 * implementation of <code>CipherSpi</code> for a
197 * Check if the provider has registered a subclass of <code>CipherSpi</code>
202 * Check if the provider has registered a subclass of <code>CipherSpi</code>
208 * Check if the provider has registered a subclass of <code>CipherSpi</code>
215 * Check if the provider has registered a subclass of <code>CipherSpi</code>
230 public abstract class CipherSpi {