java.security
Class AlgorithmParametersSpi
java.lang.Object
java.security.AlgorithmParametersSpi
public abstract class AlgorithmParametersSpi
- extends Object
This class defines the Service Provider Interface (SPI)
for the AlgorithmParameters
class, which is used to manage
algorithm parameters.
All the abstract methods in this class must be implemented by each
cryptographic service provider who wishes to supply parameter management
for a particular algorithm.
- Since:
- 1.2
- Version:
- 1.8, 02/02/00
- Author:
- Jan Luehe
- See Also:
AlgorithmParameters
,
AlgorithmParameterSpec
,
DSAParameterSpec
AlgorithmParametersSpi
public AlgorithmParametersSpi()