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

12

/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DRSAKeyPairGenerator.java67 throw new InvalidParameterException(e.getMessage());
/openjdk7/jdk/src/share/classes/java/security/
H A DSignature.java792 * @exception InvalidParameterException if <code>param</code> is an
805 throws InvalidParameterException {
858 * @exception InvalidParameterException if <code>param</code> is an invalid
868 throws InvalidParameterException {
1182 throws InvalidParameterException {
1194 throws InvalidParameterException {
1282 throws InvalidParameterException {
1283 throw new InvalidParameterException("Parameters not supported");
1287 throws InvalidParameterException {
1288 throw new InvalidParameterException("Parameter
[all...]
H A DSecurity.java529 * @throws InvalidParameterException
597 * @throws InvalidParameterException
1007 throw new InvalidParameterException("Invalid filter");
1020 throw new InvalidParameterException("Invalid filter");
1030 throw new InvalidParameterException("Invalid filter");
1035 throw new InvalidParameterException("Invalid filter");
1042 throw new InvalidParameterException("Invalid filter");
H A DProvider.java1208 * @throws InvalidParameterException if the value of
1233 throw new InvalidParameterException
1244 throw new InvalidParameterException
1346 * @throws InvalidParameterException if the value of parameter is
1357 throw new InvalidParameterException("supportsParameter() not "
1362 throw new InvalidParameterException
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11TlsKeyMaterialGenerator.java82 throw new InvalidParameterException(MSG);
107 throw new InvalidParameterException(MSG);
H A DP11KeyPairGenerator.java95 throw new InvalidParameterException(e.getMessage());
103 throw new InvalidParameterException(
H A DP11Signature.java725 throws InvalidParameterException {
731 throws InvalidParameterException {
H A DSunPKCS11.java992 throw new InvalidParameterException("Parameter must be a Key");
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DDHKeyPairGenerator.java84 throw new InvalidParameterException("Keysize must be multiple "
H A DDHParameterGenerator.java72 throw new InvalidParameterException("Keysize must be multiple "
H A DTlsKeyMaterialGenerator.java58 throw new InvalidParameterException(MSG);
80 throw new InvalidParameterException(MSG);
H A DTlsPrfGenerator.java121 throw new InvalidParameterException(MSG);
138 throw new InvalidParameterException(MSG);
H A DKeyProtector.java47 import java.security.InvalidParameterException;
/openjdk7/jdk/src/share/classes/sun/security/rsa/
H A DRSAKeyPairGenerator.java70 throw new InvalidParameterException(e.getMessage());
H A DRSASignature.java251 throws InvalidParameterException {
257 throws InvalidParameterException {
/openjdk7/jdk/test/sun/security/pkcs11/Cipher/
H A DTestRSACipherWrap.java75 } catch (InvalidParameterException ipe) {
/openjdk7/jdk/test/sun/security/pkcs11/KeyGenerator/
H A DTestKeyGenerator.java65 } catch (InvalidParameterException ipe) {
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DDSAParameterGenerator.java34 import java.security.InvalidParameterException;
91 throw new InvalidParameterException
H A DDSA.java567 throw new InvalidParameterException("Kseed not a byte array");
570 throw new InvalidParameterException("invalid parameter");
/openjdk7/jdk/src/share/classes/sun/security/ec/
H A DECDSASignature.java320 throws InvalidParameterException {
327 throws InvalidParameterException {
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipher.java1099 throw new InvalidParameterException("Invalid operation mode");
2462 throw new InvalidParameterException("Invalid key type");
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java1703 throws InvalidParameterException, MalformedURLException,
2137 throw new InvalidParameterException(PolicyTool.rb.getString

Completed in 1168 milliseconds

12