Searched refs:InvalidParameterException (Results 1 - 25 of 47) sorted by relevance

12

/openjdk7/jdk/src/share/classes/java/security/
H A DInvalidParameterException.java36 public class InvalidParameterException extends IllegalArgumentException { class in inherits:IllegalArgumentException
41 * Constructs an InvalidParameterException with no detail message.
45 public InvalidParameterException() { method in class:InvalidParameterException
50 * Constructs an InvalidParameterException with the specified
56 public InvalidParameterException(String msg) { method in class:InvalidParameterException
H A DSigner.java122 * @exception InvalidParameterException if the key pair is not
133 throws InvalidParameterException, KeyException {
139 throw new InvalidParameterException();
H A DSignatureSpi.java296 * @exception InvalidParameterException if <code>param</code> is an
307 throws InvalidParameterException;
365 * @exception InvalidParameterException if <code>param</code> is an
373 throws InvalidParameterException;
/openjdk7/jdk/src/share/classes/java/security/interfaces/
H A DDSAKeyPairGenerator.java80 * @exception InvalidParameterException if the <code>params</code>
84 throws InvalidParameterException;
108 * @exception InvalidParameterException if <code>modlen</code> is not
114 throws InvalidParameterException;
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DPKIXBuilderParameters.java31 import java.security.InvalidParameterException;
159 * @throws InvalidParameterException if <code>maxPathLength</code> is set
166 throw new InvalidParameterException("the maximum path "
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DAESKeyGenerator.java29 import java.security.InvalidParameterException;
93 throw new InvalidParameterException
H A DBlowfishKeyGenerator.java29 import java.security.InvalidParameterException;
91 throw new InvalidParameterException("Keysize must be "
H A DTlsRsaPremasterSecretGenerator.java54 throw new InvalidParameterException(MSG);
67 throw new InvalidParameterException(MSG);
H A DDESKeyGenerator.java29 import java.security.InvalidParameterException;
90 throw new InvalidParameterException("Wrong keysize: must "
H A DDESedeKeyGenerator.java32 import java.security.InvalidParameterException;
94 throw new InvalidParameterException("Wrong keysize: must be "
H A DHmacMD5KeyGenerator.java29 import java.security.InvalidParameterException;
H A DHmacSHA1KeyGenerator.java29 import java.security.InvalidParameterException;
H A DKeyGeneratorCore.java90 throw new InvalidParameterException
186 throw new InvalidParameterException("Key length for RC2"
211 throw new InvalidParameterException("Key length for ARCFOUR"
H A DTlsMasterSecretGenerator.java57 throw new InvalidParameterException(MSG);
79 throw new InvalidParameterException(MSG);
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DRSASignature.java180 throws InvalidParameterException {
182 throw new InvalidParameterException
186 throw new InvalidParameterException
195 throws InvalidParameterException {
196 throw new InvalidParameterException("Parameters not supported");
/openjdk7/jdk/test/java/security/KeyPairGenerator/
H A DFailover.java82 } catch (InvalidParameterException e) {
105 } catch (InvalidParameterException e) {
150 throw new InvalidParameterException();
158 throw new InvalidParameterException();
163 throw new InvalidParameterException();
/openjdk7/jdk/src/share/classes/sun/security/ec/
H A DECKeyPairGenerator.java77 throw new InvalidParameterException(
150 private void checkKeySize(int keySize) throws InvalidParameterException {
152 throw new InvalidParameterException
156 throw new InvalidParameterException
/openjdk7/jdk/test/com/sun/crypto/provider/KeyGenerator/
H A DTest4628062.java62 // if the expected InvalidParameterException is thrown.
65 } catch (InvalidParameterException ex) {
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11TlsRsaPremasterSecretGenerator.java71 throw new InvalidParameterException(MSG);
83 throw new InvalidParameterException(MSG);
H A DP11KeyGenerator.java77 * @throws InvalidParameterException if the specified key size is invalid.
225 throw (InvalidParameterException)
226 (new InvalidParameterException().initCause(iape));
239 throw new InvalidParameterException
H A DP11TlsMasterSecretGenerator.java74 throw new InvalidParameterException(MSG);
101 throw new InvalidParameterException(MSG);
H A DP11TlsPrfGenerator.java79 throw new InvalidParameterException(MSG);
113 throw new InvalidParameterException(MSG);
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DRSASignature.java32 import java.security.InvalidParameterException;
468 * @exception InvalidParameterException if <code>param</code> is an
478 throws InvalidParameterException
480 throw new InvalidParameterException("Parameter not supported");
500 * @exception InvalidParameterException if <code>param</code> is an
507 throws InvalidParameterException
509 throw new InvalidParameterException("Parameter not supported");
/openjdk7/jdk/test/java/security/Provider/
H A DGetInstance.java129 if (cause instanceof InvalidParameterException == false) {
202 protected void engineSetParameter(String param, Object value) throws InvalidParameterException {
204 protected Object engineGetParameter(String param) throws InvalidParameterException {
225 protected void engineSetParameter(String param, Object value) throws InvalidParameterException {
227 protected Object engineGetParameter(String param) throws InvalidParameterException {
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DDSAKeyPairGenerator.java70 throw new InvalidParameterException
95 throw new InvalidParameterException
112 throw new InvalidParameterException("Params must not be null");

Completed in 48 milliseconds

12