CipherSpi
Class CipherSpi
- java.lang.Object
-
- javax.crypto.CipherSpi
public abstract class CipherSpi extends Object
This class defines the Service Provider Interface (SPI) for the Cipher
class. All the abstract methods in this class must be implemented by each cryptographic service provider who wishes to supply the implementation of a particular cipher algorithm.
In order to create an instance of Cipher
, which encapsulates an instance of this CipherSpi
class, an application calls one of the getInstance
factory methods of the Cipher
engine class and specifies t