Searched refs:InvalidAlgorithmParameterException (Results 51 - 75 of 145) sorted by relevance

123456

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/ldap/
H A DLDAPCertStoreHelper.java31 import java.security.InvalidAlgorithmParameterException;
51 throws NoSuchAlgorithmException, InvalidAlgorithmParameterException
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMSignatureMethod.java77 * @throws InvalidAlgorithmParameterException if the parameters are not
81 throws InvalidAlgorithmParameterException {
84 throw new InvalidAlgorithmParameterException
105 } catch (InvalidAlgorithmParameterException iape) {
143 * @throws InvalidAlgorithmParameterException if the parameters are not
147 throws InvalidAlgorithmParameterException {
149 throw new InvalidAlgorithmParameterException("no parameters " +
450 throws InvalidAlgorithmParameterException {
466 throws InvalidAlgorithmParameterException {
482 throws InvalidAlgorithmParameterException {
[all...]
H A DDOMExcC14NMethod.java35 import java.security.InvalidAlgorithmParameterException;
53 throws InvalidAlgorithmParameterException {
56 throw new InvalidAlgorithmParameterException
64 throws InvalidAlgorithmParameterException {
H A DDOMXMLSignatureFactory.java35 import java.security.InvalidAlgorithmParameterException;
189 InvalidAlgorithmParameterException {
208 InvalidAlgorithmParameterException {
237 InvalidAlgorithmParameterException {
250 InvalidAlgorithmParameterException {
267 InvalidAlgorithmParameterException {
280 InvalidAlgorithmParameterException {
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/
H A DXMLSignatureFactory.java42 import java.security.InvalidAlgorithmParameterException;
607 * @throws InvalidAlgorithmParameterException if the specified parameters
616 InvalidAlgorithmParameterException;
626 * @throws InvalidAlgorithmParameterException if the specified parameters
635 InvalidAlgorithmParameterException;
645 * @throws InvalidAlgorithmParameterException if the specified parameters
654 InvalidAlgorithmParameterException;
670 * @throws InvalidAlgorithmParameterException if the specified parameters
679 InvalidAlgorithmParameterException;
689 * @throws InvalidAlgorithmParameterException i
[all...]
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DKeyAgreement.java338 throws InvalidKeyException, InvalidAlgorithmParameterException {
348 throws InvalidKeyException, InvalidAlgorithmParameterException {
391 if (lastException instanceof InvalidAlgorithmParameterException) {
392 throw (InvalidAlgorithmParameterException)lastException;
465 } catch (InvalidAlgorithmParameterException e) {
492 * @exception InvalidAlgorithmParameterException if the given parameters
496 throws InvalidKeyException, InvalidAlgorithmParameterException
514 * @exception InvalidAlgorithmParameterException if the given parameters
519 throws InvalidKeyException, InvalidAlgorithmParameterException
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DPBECipherCore.java210 * @exception InvalidAlgorithmParameterException if the given algorithm
215 throws InvalidKeyException, InvalidAlgorithmParameterException {
218 throw new InvalidAlgorithmParameterException("Parameters "
233 throw new InvalidAlgorithmParameterException
239 throw new InvalidAlgorithmParameterException
244 throw new InvalidAlgorithmParameterException
325 throws InvalidKeyException, InvalidAlgorithmParameterException {
332 throw new InvalidAlgorithmParameterException("Wrong parameter "
H A DRSACipher.java205 } catch (InvalidAlgorithmParameterException iape) {
218 throws InvalidKeyException, InvalidAlgorithmParameterException {
225 throws InvalidKeyException, InvalidAlgorithmParameterException {
234 InvalidAlgorithmParameterException iape =
235 new InvalidAlgorithmParameterException("Wrong parameter");
245 throws InvalidKeyException, InvalidAlgorithmParameterException {
274 throw new InvalidAlgorithmParameterException
281 throw new InvalidAlgorithmParameterException
301 throw new InvalidAlgorithmParameterException
H A DPBEWithMD5AndDESCipher.java186 } catch (InvalidAlgorithmParameterException ie) {
214 * @exception InvalidAlgorithmParameterException if the given algorithm
220 throws InvalidKeyException, InvalidAlgorithmParameterException {
227 throws InvalidKeyException, InvalidAlgorithmParameterException {
H A DPBEWithMD5AndTripleDESCipher.java198 } catch (InvalidAlgorithmParameterException ie) {
223 * @exception InvalidAlgorithmParameterException if the given algorithm
229 throws InvalidKeyException, InvalidAlgorithmParameterException {
236 throws InvalidKeyException, InvalidAlgorithmParameterException
H A DRC2Cipher.java86 throws InvalidKeyException, InvalidAlgorithmParameterException {
98 throws InvalidKeyException, InvalidAlgorithmParameterException {
105 throw new InvalidAlgorithmParameterException
H A DARCFOURCipher.java162 throws InvalidKeyException, InvalidAlgorithmParameterException {
164 throw new InvalidAlgorithmParameterException
173 throws InvalidKeyException, InvalidAlgorithmParameterException {
175 throw new InvalidAlgorithmParameterException
H A DSslMacCore.java83 * @exception InvalidAlgorithmParameterException if the given algorithm
87 throws InvalidKeyException, InvalidAlgorithmParameterException {
90 throw new InvalidAlgorithmParameterException
208 throws InvalidKeyException, InvalidAlgorithmParameterException {
241 throws InvalidKeyException, InvalidAlgorithmParameterException {
H A DPKCS12PBECipherCore.java231 InvalidAlgorithmParameterException {
258 throw new InvalidAlgorithmParameterException
274 throw new InvalidAlgorithmParameterException
281 throw new InvalidAlgorithmParameterException
289 throw new InvalidAlgorithmParameterException
302 throw new InvalidAlgorithmParameterException
306 throw new InvalidAlgorithmParameterException
322 throws InvalidKeyException, InvalidAlgorithmParameterException {
328 throw new InvalidAlgorithmParameterException(
339 } catch (InvalidAlgorithmParameterException iap
[all...]
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DTrustManagerFactoryImpl.java86 throws InvalidAlgorithmParameterException;
89 InvalidAlgorithmParameterException {
243 throws InvalidAlgorithmParameterException {
244 throw new InvalidAlgorithmParameterException
255 throws InvalidAlgorithmParameterException {
257 throw new InvalidAlgorithmParameterException
263 throw new InvalidAlgorithmParameterException
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11TlsPrfGenerator.java83 SecureRandom random) throws InvalidAlgorithmParameterException {
85 throw new InvalidAlgorithmParameterException(MSG);
95 throw new InvalidAlgorithmParameterException("init() failed", e);
H A DP11TlsKeyMaterialGenerator.java86 SecureRandom random) throws InvalidAlgorithmParameterException {
88 throw new InvalidAlgorithmParameterException(MSG);
95 throw new InvalidAlgorithmParameterException("init() failed", e);
99 throw new InvalidAlgorithmParameterException
H A DP11TlsRsaPremasterSecretGenerator.java75 SecureRandom random) throws InvalidAlgorithmParameterException {
77 throw new InvalidAlgorithmParameterException(MSG);
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DCollectionCertStore.java28 import java.security.InvalidAlgorithmParameterException;
92 * @exception InvalidAlgorithmParameterException if params is not an
96 throws InvalidAlgorithmParameterException
100 throw new InvalidAlgorithmParameterException(
/openjdk7/jdk/test/java/security/cert/CertPathValidator/trustAnchor/
H A DValidateNC.java29 * InvalidAlgorithmParameterException if any of the TrustAnchors specified
36 import java.security.InvalidAlgorithmParameterException;
79 "InvalidAlgorithmParameterException");
80 } catch (InvalidAlgorithmParameterException iape) {
91 "InvalidAlgorithmParameterException");
92 } catch (InvalidAlgorithmParameterException iape) {
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/PBE/
H A DPBEInvalidParamsTest.java27 * @summary Ensure that InvalidAlgorithmParameterException is
61 } catch (InvalidAlgorithmParameterException iape) {
/openjdk7/jdk/src/share/classes/java/security/
H A DAlgorithmParameterGenerator.java311 * @exception InvalidAlgorithmParameterException if the given parameter
315 throws InvalidAlgorithmParameterException {
326 * @exception InvalidAlgorithmParameterException if the given parameter
331 throws InvalidAlgorithmParameterException {
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DCertPathBuilder.java29 import java.security.InvalidAlgorithmParameterException;
262 * @throws InvalidAlgorithmParameterException if the specified parameters
266 throws CertPathBuilderException, InvalidAlgorithmParameterException
H A DCertPathValidator.java29 import java.security.InvalidAlgorithmParameterException;
262 * <code>InvalidAlgorithmParameterException</code> will be thrown. For
271 * @exception InvalidAlgorithmParameterException if the specified
277 throws CertPathValidatorException, InvalidAlgorithmParameterException
/openjdk7/jdk/test/java/security/cert/CertPathBuilder/targetConstraints/
H A DBuildOddSel.java28 * InvalidAlgorithmParameterException if the target constraints
37 import java.security.InvalidAlgorithmParameterException;
54 * throw an InvalidAlgorithmParameterException.
71 } catch (InvalidAlgorithmParameterException iape) {
77 * throw an InvalidAlgorithmParameterException.

Completed in 67 milliseconds

123456