java.security
Class AlgorithmParametersSpi

java.lang.Object
  extended by 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

Constructor Summary
AlgorithmParametersSpi()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlgorithmParametersSpi

public AlgorithmParametersSpi()