JavaTM 2 Platform
Std. Ed. v1.3.1

Uses of Class
java.security.InvalidParameterException

Packages that use InvalidParameterException
java.security   
java.security.interfaces   
 

Uses of InvalidParameterException in java.security
 

Methods in java.security that throw InvalidParameterException
 void Signer.setKeyPair(KeyPair pair)
          Deprecated. Sets the key pair (public key and private key) for this signer.
protected abstract  void SignatureSpi.engineSetParameter(String param, Object value)
          Deprecated. Replaced by engineSetParameter.
protected abstract  Object SignatureSpi.engineGetParameter(String param)
          Deprecated.  
 void Signature.setParameter(String param, Object value)
          Deprecated. Use setParameter.
 Object Signature.getParameter(String param)
          Deprecated.  
 

Uses of InvalidParameterException in java.security.interfaces
 

Methods in java.security.interfaces that throw InvalidParameterException
 void DSAKeyPairGenerator.initialize(DSAParams params, SecureRandom random)
          Initializes the key pair generator using p, q and g, the DSA family parameters.
 void DSAKeyPairGenerator.initialize(int modlen, boolean genParams, SecureRandom random)
          Initializes the key pair generator for a given modulus length, without parameters.
 


JavaTM 2 Platform
Std. Ed. v1.3.1

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-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.