Uses of Class
java.security.InvalidParameterException
Packages that use InvalidParameterException
-
Uses of InvalidParameterException in java.security
Methods in java.security that throw InvalidParameterExceptionModifier and TypeMethodDescriptionprotected abstract Object
SignatureSpi.engineGetParameter
(String param) Deprecated.protected abstract void
SignatureSpi.engineSetParameter
(String param, Object value) Deprecated.final Object
Signature.getParameter
(String param) Deprecated.final void
Signer.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 thisSigner
.final void
Signature.setParameter
(String param, Object value) Deprecated.UsesetParameter
.
engineSetParameter
.