Searched refs:InvalidAlgorithmParameterException (Results 101 - 125 of 145) sorted by relevance

123456

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipher.java783 InvalidAlgorithmParameterException {
809 throws InvalidKeyException, InvalidAlgorithmParameterException {
871 if (lastException instanceof InvalidAlgorithmParameterException) {
872 throw (InvalidAlgorithmParameterException)lastException;
1018 InvalidAlgorithmParameterException {
1027 throw new InvalidAlgorithmParameterException("Illegal parameters");
1033 throws InvalidKeyException, InvalidAlgorithmParameterException {
1042 throw new InvalidAlgorithmParameterException
1214 } catch (InvalidAlgorithmParameterException e) {
1237 * <code>InvalidAlgorithmParameterException</cod
[all...]
H A DCipherSpi.java37 import java.security.InvalidAlgorithmParameterException;
368 * <code>InvalidAlgorithmParameterException</code> if it is being
398 * @exception InvalidAlgorithmParameterException if the given algorithm
406 throws InvalidKeyException, InvalidAlgorithmParameterException;
421 * <code>InvalidAlgorithmParameterException</code> if it is being
451 * @exception InvalidAlgorithmParameterException if the given algorithm
459 throws InvalidKeyException, InvalidAlgorithmParameterException;
H A DSealedObject.java32 import java.security.InvalidAlgorithmParameterException;
418 } catch (InvalidAlgorithmParameterException iape) {
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMTransform.java30 import java.security.InvalidAlgorithmParameterException;
85 } catch (InvalidAlgorithmParameterException iape) {
H A DApacheCanonicalizer.java34 import java.security.InvalidAlgorithmParameterException;
72 throws InvalidAlgorithmParameterException {
H A DApacheTransform.java30 import java.security.InvalidAlgorithmParameterException;
72 throws InvalidAlgorithmParameterException {
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11ECDHKeyAgreement.java85 InvalidAlgorithmParameterException {
87 throw new InvalidAlgorithmParameterException
H A DP11Mac.java197 throws InvalidKeyException, InvalidAlgorithmParameterException {
199 throw new InvalidAlgorithmParameterException
H A DP11RSACipher.java166 throws InvalidKeyException, InvalidAlgorithmParameterException {
168 throw new InvalidAlgorithmParameterException
177 throws InvalidKeyException, InvalidAlgorithmParameterException {
179 throw new InvalidAlgorithmParameterException
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DDSAKeyPairGenerator.java126 * @exception InvalidAlgorithmParameterException if the given parameters
130 throws InvalidAlgorithmParameterException {
132 throw new InvalidAlgorithmParameterException
H A DDSAParameterGenerator.java31 import java.security.InvalidAlgorithmParameterException;
106 * @exception InvalidAlgorithmParameterException if the given parameter
111 throws InvalidAlgorithmParameterException {
112 throw new InvalidAlgorithmParameterException("Invalid parameter");
/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DKeyManagerFactory.java277 * @throws InvalidAlgorithmParameterException if an error is encountered
280 InvalidAlgorithmParameterException {
H A DTrustManagerFactory.java268 * @throws InvalidAlgorithmParameterException if an error is
272 InvalidAlgorithmParameterException {
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DRSACipher.java155 throws InvalidKeyException, InvalidAlgorithmParameterException {
158 throw new InvalidAlgorithmParameterException
167 throws InvalidKeyException, InvalidAlgorithmParameterException {
170 throw new InvalidAlgorithmParameterException
/openjdk7/jdk/test/com/sun/crypto/provider/Mac/
H A DHmacSaltLengths.java55 } catch (InvalidAlgorithmParameterException iape) {
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DIndexedCollectionCertStore.java30 import java.security.InvalidAlgorithmParameterException;
118 * @exception InvalidAlgorithmParameterException if params is not an
122 throws InvalidAlgorithmParameterException {
125 throw new InvalidAlgorithmParameterException(
130 throw new InvalidAlgorithmParameterException
H A DSunCertPathBuilder.java31 import java.security.InvalidAlgorithmParameterException;
125 * @throws InvalidAlgorithmParameterException if the given parameters are
129 throws CertPathBuilderException, InvalidAlgorithmParameterException {
136 throw new InvalidAlgorithmParameterException("inappropriate " +
154 throw new InvalidAlgorithmParameterException
161 throw new InvalidAlgorithmParameterException("the "
181 throw new InvalidAlgorithmParameterException
H A DURICertStore.java35 import java.security.InvalidAlgorithmParameterException;
186 throws InvalidAlgorithmParameterException, NoSuchAlgorithmException {
189 throw new InvalidAlgorithmParameterException
219 throws NoSuchAlgorithmException, InvalidAlgorithmParameterException {
/openjdk7/jdk/test/java/security/cert/CertPathValidator/OCSP/
H A DFailoverToCRL.java134 import java.security.InvalidAlgorithmParameterException;
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/
H A DTransformService.java30 import java.security.InvalidAlgorithmParameterException;
352 * @throws InvalidAlgorithmParameterException if the specified parameters
356 throws InvalidAlgorithmParameterException;
388 * @throws InvalidAlgorithmParameterException if the specified parameters
392 throws InvalidAlgorithmParameterException;
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DTlsPrfGenerator.java125 SecureRandom random) throws InvalidAlgorithmParameterException {
127 throw new InvalidAlgorithmParameterException(MSG);
132 throw new InvalidAlgorithmParameterException(
/openjdk7/jdk/test/java/security/Exceptions/
H A DChainingConstructors.java68 InvalidAlgorithmParameterException iape =
69 new InvalidAlgorithmParameterException(cause);
73 iape = new InvalidAlgorithmParameterException(MSG, cause);
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/ldap/
H A DLDAPCertStore.java175 * @exception InvalidAlgorithmParameterException if params is not an
179 throws InvalidAlgorithmParameterException {
182 throw new InvalidAlgorithmParameterException(
194 throw new InvalidAlgorithmParameterException(
212 throws NoSuchAlgorithmException, InvalidAlgorithmParameterException {
230 * @throws InvalidAlgorithmParameterException if creation fails
233 throws InvalidAlgorithmParameterException {
252 + "InvalidAlgorithmParameterException");
255 Exception ee = new InvalidAlgorithmParameterException
258 throw (InvalidAlgorithmParameterException)e
[all...]
/openjdk7/jdk/src/share/classes/java/security/
H A DSignatureSpi.java318 * @exception InvalidAlgorithmParameterException if this method is
323 throws InvalidAlgorithmParameterException {
/openjdk7/jdk/test/javax/crypto/CryptoPermission/
H A DRC2PermCheck.java149 } catch (InvalidAlgorithmParameterException iape) {

Completed in 73 milliseconds

123456