Searched refs:InvalidParameterSpecException (Results 1 - 25 of 33) sorted by relevance

12

/openjdk7/jdk/src/share/classes/java/security/spec/
H A DInvalidParameterSpecException.java43 public class InvalidParameterSpecException extends GeneralSecurityException { class in inherits:GeneralSecurityException
48 * Constructs an InvalidParameterSpecException with no detail message. A
52 public InvalidParameterSpecException() { method in class:InvalidParameterSpecException
57 * Constructs an InvalidParameterSpecException with the specified detail
63 public InvalidParameterSpecException(String msg) { method in class:InvalidParameterSpecException
/openjdk7/jdk/src/share/classes/java/security/
H A DAlgorithmParametersSpi.java30 import java.security.spec.InvalidParameterSpecException;
59 * @exception InvalidParameterSpecException if the given parameter
64 throws InvalidParameterSpecException;
110 * @exception InvalidParameterSpecException if the requested parameter
116 throws InvalidParameterSpecException;
H A DAlgorithmParameters.java30 import java.security.spec.InvalidParameterSpecException;
266 * @exception InvalidParameterSpecException if the given parameter
271 throws InvalidParameterSpecException
274 throw new InvalidParameterSpecException("already initialized");
332 * @exception InvalidParameterSpecException if the requested parameter
338 throws InvalidParameterSpecException
341 throw new InvalidParameterSpecException("not initialized");
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DAESParameters.java33 import java.security.spec.InvalidParameterSpecException;
56 throws InvalidParameterSpecException {
71 throws InvalidParameterSpecException {
H A DBlowfishParameters.java33 import java.security.spec.InvalidParameterSpecException;
57 throws InvalidParameterSpecException {
72 throws InvalidParameterSpecException {
H A DDESParameters.java33 import java.security.spec.InvalidParameterSpecException;
57 throws InvalidParameterSpecException {
72 throws InvalidParameterSpecException {
H A DDESedeParameters.java33 import java.security.spec.InvalidParameterSpecException;
56 throws InvalidParameterSpecException {
71 throws InvalidParameterSpecException {
H A DBlockCipherParamsCore.java33 import java.security.spec.InvalidParameterSpecException;
57 throws InvalidParameterSpecException {
59 throw new InvalidParameterSpecException
64 throw new InvalidParameterSpecException("IV not " +
94 throws InvalidParameterSpecException
99 throw new InvalidParameterSpecException
H A DPBEParameters.java33 import java.security.spec.InvalidParameterSpecException;
62 throws InvalidParameterSpecException
65 throw new InvalidParameterSpecException
102 throws InvalidParameterSpecException
107 throw new InvalidParameterSpecException
H A DDHParameters.java34 import java.security.spec.InvalidParameterSpecException;
56 throws InvalidParameterSpecException {
58 throw new InvalidParameterSpecException
99 throws InvalidParameterSpecException {
104 throw new InvalidParameterSpecException
H A DOAEPParameters.java36 import java.security.spec.InvalidParameterSpecException;
82 throws InvalidParameterSpecException {
84 throw new InvalidParameterSpecException
91 throw new InvalidParameterSpecException("Unsupported mgf " +
96 throw new InvalidParameterSpecException("Inappropriate mgf " +
104 throw new InvalidParameterSpecException("Unsupported pSource " +
184 throws InvalidParameterSpecException {
189 throw new InvalidParameterSpecException
H A DRC2Parameters.java31 import java.security.spec.InvalidParameterSpecException;
110 throws InvalidParameterSpecException {
113 throw new InvalidParameterSpecException
122 throw new InvalidParameterSpecException("RC2 effective key " +
181 throws InvalidParameterSpecException {
188 throw new InvalidParameterSpecException
H A DDHKeyPairGenerator.java31 import java.security.spec.InvalidParameterSpecException;
H A DDHParameterGenerator.java158 } catch (InvalidParameterSpecException e) {
H A DRSACipher.java33 import java.security.spec.InvalidParameterSpecException;
191 } catch (InvalidParameterSpecException ipse) {
233 } catch (InvalidParameterSpecException ipse) {
H A DRC2Cipher.java104 } catch (InvalidParameterSpecException ipse) {
H A DPBECipherCore.java183 } catch (InvalidParameterSpecException ipse) {
331 } catch (InvalidParameterSpecException ipse) {
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DDSAParameters.java34 import java.security.spec.InvalidParameterSpecException;
63 throws InvalidParameterSpecException {
65 throw new InvalidParameterSpecException
100 throws InvalidParameterSpecException
108 throw new InvalidParameterSpecException
112 throw new InvalidParameterSpecException
H A DParameterCache.java79 throws NoSuchAlgorithmException, InvalidParameterSpecException {
95 throws NoSuchAlgorithmException, InvalidParameterSpecException {
117 throws NoSuchAlgorithmException, InvalidParameterSpecException {
H A DDSAPublicKey.java35 import java.security.spec.InvalidParameterSpecException;
124 } catch (InvalidParameterSpecException e) {
H A DDSAPrivateKey.java35 import java.security.spec.InvalidParameterSpecException;
117 } catch (InvalidParameterSpecException e) {
H A DDSAParameterGenerator.java37 import java.security.spec.InvalidParameterSpecException;
137 } catch (InvalidParameterSpecException e) {
/openjdk7/jdk/src/share/classes/sun/security/ec/
H A DECParameters.java295 throws InvalidParameterSpecException {
299 throw new InvalidParameterSpecException
306 throw new InvalidParameterSpecException("Unknown curve: " + name);
310 throw new InvalidParameterSpecException
313 throw new InvalidParameterSpecException
327 throws InvalidParameterSpecException {
333 throw new InvalidParameterSpecException
H A DECPublicKeyImpl.java102 } catch (InvalidParameterSpecException e) {
H A DECPrivateKeyImpl.java152 } catch (InvalidParameterSpecException e) {

Completed in 37 milliseconds

12