java.security.spec
Interface AlgorithmParameterSpec

All Known Implementing Classes:
DSAParameterSpec, PSSParameterSpec, RSAKeyGenParameterSpec

public interface AlgorithmParameterSpec

A (transparent) specification of cryptographic parameters.

This interface contains no methods or constants. Its only purpose is to group (and provide type safety for) all parameter specifications. All parameter specifications must implement this interface.

Since:
1.2
Version:
1.11, 02/02/00
Author:
Jan Luehe
See Also:
AlgorithmParameters, DSAParameterSpec