JavaTM 2 Platform
Std. Ed. v1.4.0

Uses of Interface
java.security.spec.AlgorithmParameterSpec

Packages that use AlgorithmParameterSpec
java.security.spec Provides classes and interfaces for key specifications and algorithm parameter specifications. 
javax.crypto.spec Provides classes and interfaces for key specifications and algorithm parameter specifications. 
 

Uses of AlgorithmParameterSpec in java.security.spec
 

Classes in java.security.spec that implement AlgorithmParameterSpec
 class DSAParameterSpec
          This class specifies the set of parameters used with the DSA algorithm.
 class PSSParameterSpec
          This class specifies a parameter spec for RSA PSS encoding scheme, as defined in the PKCS#1 v2.1.
 class RSAKeyGenParameterSpec
          This class specifies the set of parameters used to generate an RSA key pair.
 

Uses of AlgorithmParameterSpec in javax.crypto.spec
 

Classes in javax.crypto.spec that implement AlgorithmParameterSpec
 class DHGenParameterSpec
          This class specifies the set of parameters used for generating Diffie-Hellman (system) parameters for use in Diffie-Hellman key agreement.
 class DHParameterSpec
          This class specifies the set of parameters used with the Diffie-Hellman algorithm, as specified in PKCS #3: Diffie-Hellman Key-Agreement Standard.
 class IvParameterSpec
          This class specifies an initialization vector (IV).
 class PBEParameterSpec
          This class specifies the set of parameters used with password-based encryption (PBE), as defined in the PKCS #5 standard.
 class RC2ParameterSpec
          This class specifies the parameters used with the RC2 algorithm.
 class RC5ParameterSpec
          This class specifies the parameters used with the RC5 algorithm.
 


JavaTM 2 Platform
Std. Ed. v1.4.0

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.