JSR-62 (Final)

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.
 

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.
 


JSR-62 (Final)

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