Foundation 1.1.2

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
See Also:
AlgorithmParameters, DSAParameterSpec


Foundation 1.1.2

Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use of this specification is subject to license terms.