SignatureSpi
Class SignatureSpi
- java.lang.Object
-
- java.security.SignatureSpi
- Direct Known Subclasses:
- Signature
public abstract class SignatureSpi extends Object
This class defines the Service Provider Interface (SPI) for the Signature
class, which is used to provide the functionality of a digital signature algorithm. Digital signatures are used for authentication and integrity assurance of digital data. .
All the abstract methods in this class must be implemented by each cryptographic service provider who wishes to supply the implementation of a particular signature algorithm.
- See Also:
Signature