Uses of Class
java.security.InvalidParameterException
Packages that use InvalidParameterException
Package
Description
Provides the classes and interfaces for the security framework.
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.securityMethods in java.security that throw InvalidParameterExceptionModifier and TypeMethodDescriptionprotected abstract ObjectSignatureSpi.engineGetParameter(String param)Deprecated.protected abstract voidSignatureSpi.engineSetParameter(String param, Object value)Deprecated.Signature.getParameter(String param)Deprecated.voidSigner.setKeyPair(KeyPair pair)Deprecated, for removal: This API element is subject to removal in a future version.Sets the key pair (public key and private key) for this signer.voidSignature.setParameter(String param, Object value)Deprecated.UsesetParameter.
- 
Uses of InvalidParameterException in java.security.interfacesMethods in java.security.interfaces that throw InvalidParameterExceptionModifier and TypeMethodDescriptionvoidDSAKeyPairGenerator.initialize(int modlen, boolean genParams, SecureRandom random)Initializes the key pair generator for a given modulus length (instead of parameters), and an optional SecureRandom bit source.voidDSAKeyPairGenerator.initialize(DSAParams params, SecureRandom random)Initializes the key pair generator using the DSA family parameters (p,q and g) and an optional SecureRandom bit source.
engineSetParameter.