Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 217 (Maintenance Release)

Uses of Class
java.security.InvalidParameterException

Packages that use InvalidParameterException
java.security Provides the classes and interfaces for the security framework. 
java.security.interfaces Provides interfaces for generating RSA (Rivest, Shamir and Adleman AsymmetricCipher algorithm) keys as defined in the RSA Laboratory Technical Note PKCS#1, and DSA (Digital Signature Algorithm) keys as defined in NIST's FIPS-186. 
 

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 217 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 217 specification.