Uses of Class
java.security.InvalidParameterException
| Package | Description |
|---|---|
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| java.security.interfaces |
This package provides the interfaces needed to generate:
(1) Keys for the RSA asymmetric encryption algorithm using the PKCS#1 standard;
(2) Keys for the Digital Signature Algorithm (DSA) specified by FIPS-186;
(3) Keys for a generic Elliptic Curve asymmetric encryption algorithm.
|
| org.apache.harmony.security.provider.crypto | |
| org.conscrypt |
-
Uses of InvalidParameterException in java.security
Methods in java.security that throw InvalidParameterException Modifier and Type Method Description protected abstract ObjectSignatureSpi. engineGetParameter(String param)Deprecated.There is no generally accepted parameter naming convention.protected abstract voidSignatureSpi. engineSetParameter(String param, Object value)Deprecated.ObjectSignature. getParameter(String param)Deprecated.There is no generally accepted parameter naming convention.voidSigner. setKeyPair(KeyPair pair)Deprecated.Associates the specified key pair with thisSigner.voidSignature. setParameter(String param, Object value)Deprecated.UseSignature.setParameter(AlgorithmParameterSpec)instead. -
Uses of InvalidParameterException in java.security.interfaces
Methods in java.security.interfaces that throw InvalidParameterException Modifier and Type Method Description voidDSAKeyPairGenerator. initialize(int modlen, boolean genParams, SecureRandom random)Initializes this generator for the specified modulus length.voidDSAKeyPairGenerator. initialize(DSAParams params, SecureRandom random)Initializes this generator with the prime (p), subprime (q), and base (g) values from the specified parameters. -
Uses of InvalidParameterException in org.apache.harmony.security.provider.crypto
Methods in org.apache.harmony.security.provider.crypto that throw InvalidParameterException Modifier and Type Method Description protected ObjectSHA1withDSA_SignatureImpl. engineGetParameter(String param)Deprecated method.protected voidSHA1withDSA_SignatureImpl. engineSetParameter(String param, Object value) -
Uses of InvalidParameterException in org.conscrypt
Methods in org.conscrypt that throw InvalidParameterException Modifier and Type Method Description protected ObjectOpenSSLSignature. engineGetParameter(String param)protected ObjectOpenSSLSignatureRawRSA. engineGetParameter(String param)protected voidOpenSSLSignature. engineSetParameter(String param, Object value)protected voidOpenSSLSignatureRawRSA. engineSetParameter(String param, Object value)