Searched refs:InvalidAlgorithmParameterException (Results 76 - 100 of 145) sorted by relevance

123456

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DDESedeWrapCipher.java180 } catch (InvalidAlgorithmParameterException iape) {
208 * @exception InvalidAlgorithmParameterException if the given algorithm
214 throws InvalidKeyException, InvalidAlgorithmParameterException {
228 throw new InvalidAlgorithmParameterException
234 throw new InvalidAlgorithmParameterException
268 * @exception InvalidAlgorithmParameterException if the given algorithm
274 throws InvalidKeyException, InvalidAlgorithmParameterException {
283 InvalidAlgorithmParameterException iape =
284 new InvalidAlgorithmParameterException
H A DCipherCore.java387 } catch (InvalidAlgorithmParameterException e) {
413 * @exception InvalidAlgorithmParameterException if the given algorithm
418 throws InvalidKeyException, InvalidAlgorithmParameterException {
430 throw new InvalidAlgorithmParameterException
437 throw new InvalidAlgorithmParameterException
442 throw new InvalidAlgorithmParameterException("Wrong parameter "
449 throw new InvalidAlgorithmParameterException
454 throw new InvalidAlgorithmParameterException("Parameters "
474 throws InvalidKeyException, InvalidAlgorithmParameterException {
481 throw new InvalidAlgorithmParameterException("Wron
[all...]
H A DHmacCore.java103 * @exception InvalidAlgorithmParameterException if the given algorithm
107 throws InvalidKeyException, InvalidAlgorithmParameterException {
110 throw new InvalidAlgorithmParameterException
253 throws InvalidKeyException, InvalidAlgorithmParameterException {
289 throws InvalidKeyException, InvalidAlgorithmParameterException {
325 throws InvalidKeyException, InvalidAlgorithmParameterException {
H A DAESCipher.java210 * @exception InvalidAlgorithmParameterException if the given algorithm
216 throws InvalidKeyException, InvalidAlgorithmParameterException {
223 throws InvalidKeyException, InvalidAlgorithmParameterException {
H A DBlowfishCipher.java215 * @exception InvalidAlgorithmParameterException if the given algorithm
221 throws InvalidKeyException, InvalidAlgorithmParameterException {
228 throws InvalidKeyException, InvalidAlgorithmParameterException {
H A DDESCipher.java210 * @exception InvalidAlgorithmParameterException if the given algorithm
216 throws InvalidKeyException, InvalidAlgorithmParameterException {
223 throws InvalidKeyException, InvalidAlgorithmParameterException {
H A DDESedeCipher.java190 * @exception InvalidAlgorithmParameterException if the given algorithm
196 throws InvalidKeyException, InvalidAlgorithmParameterException {
203 throws InvalidKeyException, InvalidAlgorithmParameterException {
H A DAESWrapCipher.java194 * @exception InvalidAlgorithmParameterException if the given algorithm
200 throws InvalidKeyException, InvalidAlgorithmParameterException {
202 throw new InvalidAlgorithmParameterException("This cipher " +
225 * @exception InvalidAlgorithmParameterException if the given algorithm
231 throws InvalidKeyException, InvalidAlgorithmParameterException {
233 throw new InvalidAlgorithmParameterException("This cipher " +
H A DDHKeyAgreement.java31 import java.security.InvalidAlgorithmParameterException;
94 } catch (InvalidAlgorithmParameterException e) {
112 * @exception InvalidAlgorithmParameterException if the given parameters
117 throws InvalidKeyException, InvalidAlgorithmParameterException
126 throw new InvalidAlgorithmParameterException
H A DHmacMD5.java70 * @exception InvalidAlgorithmParameterException if the given algorithm
74 throws InvalidKeyException, InvalidAlgorithmParameterException {
H A DHmacSHA1.java70 * @exception InvalidAlgorithmParameterException if the given algorithm
74 throws InvalidKeyException, InvalidAlgorithmParameterException {
H A DTlsKeyMaterialGenerator.java62 SecureRandom random) throws InvalidAlgorithmParameterException {
64 throw new InvalidAlgorithmParameterException(MSG);
68 throw new InvalidAlgorithmParameterException(
74 throw new InvalidAlgorithmParameterException(
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DPKIXParameters.java28 import java.security.InvalidAlgorithmParameterException;
110 * @throws InvalidAlgorithmParameterException if the specified
118 throws InvalidAlgorithmParameterException
137 * @throws InvalidAlgorithmParameterException if the keystore does
142 throws KeyStoreException, InvalidAlgorithmParameterException
183 * @throws InvalidAlgorithmParameterException if the specified
193 throws InvalidAlgorithmParameterException
200 throw new InvalidAlgorithmParameterException("the trustAnchors " +
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DKeyGenerator.java408 * @exception InvalidAlgorithmParameterException if the given parameters
412 throws InvalidAlgorithmParameterException
424 * @exception InvalidAlgorithmParameterException if <code>params</code> is
428 throws InvalidAlgorithmParameterException
451 if (failure instanceof InvalidAlgorithmParameterException) {
452 throw (InvalidAlgorithmParameterException)failure;
457 throw new InvalidAlgorithmParameterException("init() failed", failure);
H A DMac.java321 throws InvalidKeyException, InvalidAlgorithmParameterException {
364 if (lastException instanceof InvalidAlgorithmParameterException) {
365 throw (InvalidAlgorithmParameterException)lastException;
412 } catch (InvalidAlgorithmParameterException e) {
427 * @exception InvalidAlgorithmParameterException if the given algorithm
431 throws InvalidKeyException, InvalidAlgorithmParameterException {
H A DExemptionMechanism.java35 import java.security.InvalidAlgorithmParameterException;
333 * <code>InvalidAlgorithmParameterException</code> is raised.
340 * @exception InvalidAlgorithmParameterException if the given algorithm
346 throws InvalidKeyException, InvalidAlgorithmParameterException,
365 * <code>InvalidAlgorithmParameterException</code> is raised.
372 * @exception InvalidAlgorithmParameterException if the given algorithm
378 throws InvalidKeyException, InvalidAlgorithmParameterException,
H A DMacSpi.java65 * @exception InvalidAlgorithmParameterException if the given algorithm
70 throws InvalidKeyException, InvalidAlgorithmParameterException ;
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DPKIXCertPathValidator.java30 import java.security.InvalidAlgorithmParameterException;
91 * @exception InvalidAlgorithmParameterException if the specified
96 throws CertPathValidatorException, InvalidAlgorithmParameterException
102 throw new InvalidAlgorithmParameterException("inappropriate "
107 throw new InvalidAlgorithmParameterException("inappropriate "
118 throw new InvalidAlgorithmParameterException
/openjdk7/jdk/test/javax/crypto/Cipher/
H A DByteBuffersNull.java33 import java.security.InvalidAlgorithmParameterException;
158 throws InvalidKeyException, InvalidAlgorithmParameterException { }
162 throws InvalidKeyException, InvalidAlgorithmParameterException { }
/openjdk7/jdk/src/share/classes/sun/security/rsa/
H A DRSAPadding.java104 throws InvalidKeyException, InvalidAlgorithmParameterException {
114 InvalidAlgorithmParameterException {
124 throws InvalidKeyException, InvalidAlgorithmParameterException {
131 InvalidAlgorithmParameterException {
156 throw new InvalidAlgorithmParameterException
163 throw new InvalidAlgorithmParameterException
/openjdk7/jdk/test/java/security/KeyPairGenerator/
H A DFailover.java134 SecureRandom random) throws InvalidAlgorithmParameterException {
156 SecureRandom random) throws InvalidAlgorithmParameterException {
/openjdk7/jdk/src/share/classes/sun/security/ec/
H A DECDHKeyAgreement.java73 InvalidAlgorithmParameterException {
75 throw new InvalidAlgorithmParameterException
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Cipher.java288 } catch (InvalidAlgorithmParameterException e) {
296 throws InvalidKeyException, InvalidAlgorithmParameterException {
300 throw new InvalidAlgorithmParameterException
314 throws InvalidKeyException, InvalidAlgorithmParameterException {
322 throw new InvalidAlgorithmParameterException
334 throws InvalidKeyException, InvalidAlgorithmParameterException {
344 throw new InvalidAlgorithmParameterException
350 throw new InvalidAlgorithmParameterException
353 throw new InvalidAlgorithmParameterException
364 throw new InvalidAlgorithmParameterException(exMs
[all...]
/openjdk7/jdk/src/share/classes/java/security/
H A DKeyPairGenerator.java393 * @exception InvalidAlgorithmParameterException if the given parameters
399 throws InvalidAlgorithmParameterException {
421 * @exception InvalidAlgorithmParameterException if the given parameters
428 throws InvalidAlgorithmParameterException
649 SecureRandom random) throws InvalidAlgorithmParameterException {
674 // must be an InvalidAlgorithmParameterException
675 throw (InvalidAlgorithmParameterException)failure;
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/AES/
H A DTest4512704.java57 } catch(InvalidAlgorithmParameterException ex) {

Completed in 62 milliseconds

123456