Uses of Class java.security.InvalidParameterException

Uses in package java.security.interfaces

Methods which throw type java.security.InvalidParameterException

void
DSAKeyPairGenerator.initialize(int modlen, boolean genParams, SecureRandom random)
Initializes the key generator to a give modulus.
void
Initializes the key generator with the specified DSA parameters and random bit source

Uses in package java.security

Methods which throw type java.security.InvalidParameterException

Object
Gets the value of the specified algorithm parameter.
void
Sets the specified algorithm parameter to the specified value.
Object
Gets the value of the specified algorithm parameter.
void
Sets the key pair (public key and private key) for this signer.

First, if there is a security manager, its checkSecurityAccess() method is called with "setSignerKeyPair" as its argument to see if it's ok to set the key pair.

void
Sets the specified algorithm parameter to the specified value.