Searched refs:InvalidAlgorithmParameterException (Results 1 - 25 of 145) sorted by relevance

123456

/openjdk7/jdk/src/share/classes/java/security/
H A DInvalidAlgorithmParameterException.java40 public class InvalidAlgorithmParameterException class in inherits:GeneralSecurityException
46 * Constructs an InvalidAlgorithmParameterException with no detail
51 public InvalidAlgorithmParameterException() { method in class:InvalidAlgorithmParameterException
56 * Constructs an InvalidAlgorithmParameterException with the specified
63 public InvalidAlgorithmParameterException(String msg) { method in class:InvalidAlgorithmParameterException
68 * Creates a <code>InvalidAlgorithmParameterException</code> with the
78 public InvalidAlgorithmParameterException(String message, Throwable cause) { method in class:InvalidAlgorithmParameterException
83 * Creates a <code>InvalidAlgorithmParameterException</code> with the
94 public InvalidAlgorithmParameterException(Throwable cause) { method in class:InvalidAlgorithmParameterException
H A DAlgorithmParameterGeneratorSpi.java73 * @exception InvalidAlgorithmParameterException if the given parameter
78 throws InvalidAlgorithmParameterException;
H A DKeyPairGeneratorSpi.java77 * is expected to throw an InvalidAlgorithmParameterException if
86 * @exception InvalidAlgorithmParameterException if the given parameters
93 throws InvalidAlgorithmParameterException {
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DCertPathBuilderSpi.java28 import java.security.InvalidAlgorithmParameterException;
70 * @throws InvalidAlgorithmParameterException if the specified parameters
74 throws CertPathBuilderException, InvalidAlgorithmParameterException;
H A DCertPathValidatorSpi.java28 import java.security.InvalidAlgorithmParameterException;
69 * <code>InvalidAlgorithmParameterException</code> will be thrown. For
78 * @exception InvalidAlgorithmParameterException if the specified
84 throws CertPathValidatorException, InvalidAlgorithmParameterException;
H A DCertStoreSpi.java28 import java.security.InvalidAlgorithmParameterException;
64 * @throws InvalidAlgorithmParameterException if the initialization
68 throws InvalidAlgorithmParameterException { }
H A DPKIXBuilderParameters.java30 import java.security.InvalidAlgorithmParameterException;
93 * @throws InvalidAlgorithmParameterException if <code>trustAnchors</code>
102 targetConstraints) throws InvalidAlgorithmParameterException
121 * @throws InvalidAlgorithmParameterException if <code>keystore</code> does
128 throws KeyStoreException, InvalidAlgorithmParameterException
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMBase64Transform.java29 import java.security.InvalidAlgorithmParameterException;
43 throws InvalidAlgorithmParameterException {
45 throw new InvalidAlgorithmParameterException("params must be null");
H A DDOMEnvelopedTransform.java29 import java.security.InvalidAlgorithmParameterException;
41 throws InvalidAlgorithmParameterException {
43 throw new InvalidAlgorithmParameterException("params must be null");
H A DDOMXSLTTransform.java29 import java.security.InvalidAlgorithmParameterException;
47 throws InvalidAlgorithmParameterException {
49 throw new InvalidAlgorithmParameterException("params are required");
52 throw new InvalidAlgorithmParameterException("unrecognized params");
58 throws InvalidAlgorithmParameterException {
H A DDOMCanonicalXMLC14NMethod.java33 import java.security.InvalidAlgorithmParameterException;
47 throws InvalidAlgorithmParameterException {
49 throw new InvalidAlgorithmParameterException("no parameters " +
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DExemptionMechanismSpi.java31 import java.security.InvalidAlgorithmParameterException;
93 * <code>InvalidAlgorithmParameterException</code> is raised.
100 * @exception InvalidAlgorithmParameterException if the given algorithm
106 throws InvalidKeyException, InvalidAlgorithmParameterException,
118 * <code>InvalidAlgorithmParameterException</code> is raised.
125 * @exception InvalidAlgorithmParameterException if the given algorithm
131 throws InvalidKeyException, InvalidAlgorithmParameterException,
H A DKeyGeneratorSpi.java60 * @exception InvalidAlgorithmParameterException if <code>params</code> is
65 throws InvalidAlgorithmParameterException;
/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DKeyManagerFactorySpi.java70 * @throws InvalidAlgorithmParameterException if there is problem
75 throws InvalidAlgorithmParameterException;
H A DTrustManagerFactorySpi.java67 * @throws InvalidAlgorithmParameterException if there is problem
72 throws InvalidAlgorithmParameterException;
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DKeyManagerFactoryImpl.java73 InvalidAlgorithmParameterException {
74 throw new InvalidAlgorithmParameterException(
106 InvalidAlgorithmParameterException {
108 throw new InvalidAlgorithmParameterException(
113 throw new InvalidAlgorithmParameterException
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DAESKeyGenerator.java30 import java.security.InvalidAlgorithmParameterException;
72 * @exception InvalidAlgorithmParameterException if <code>params</code> is
77 throws InvalidAlgorithmParameterException {
78 throw new InvalidAlgorithmParameterException
H A DBlowfishKeyGenerator.java30 import java.security.InvalidAlgorithmParameterException;
70 * @exception InvalidAlgorithmParameterException if <code>params</code> is
75 throws InvalidAlgorithmParameterException
77 throw new InvalidAlgorithmParameterException
H A DHmacMD5KeyGenerator.java30 import java.security.InvalidAlgorithmParameterException;
70 * @exception InvalidAlgorithmParameterException if <code>params</code> is
75 throws InvalidAlgorithmParameterException
77 throw new InvalidAlgorithmParameterException
H A DHmacSHA1KeyGenerator.java30 import java.security.InvalidAlgorithmParameterException;
70 * @exception InvalidAlgorithmParameterException if <code>params</code> is
75 throws InvalidAlgorithmParameterException
77 throw new InvalidAlgorithmParameterException
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DSunCertPathBuilderParameters.java30 import java.security.InvalidAlgorithmParameterException;
61 * @throws InvalidAlgorithmParameterException if the specified
69 CertSelector targetConstraints) throws InvalidAlgorithmParameterException
85 * @throws InvalidAlgorithmParameterException if the keystore does
91 throws KeyStoreException, InvalidAlgorithmParameterException
/openjdk7/jdk/test/java/security/cert/PKIXBuilderParameters/
H A DInvalidParameters.java32 import java.security.InvalidAlgorithmParameterException;
46 } catch (InvalidAlgorithmParameterException iape) { }
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DRSAKeyPairGenerator.java76 throws InvalidAlgorithmParameterException {
84 throw new InvalidAlgorithmParameterException
90 throw new InvalidAlgorithmParameterException
98 throw new InvalidAlgorithmParameterException(
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/SSLSecurity/
H A DJavaxKeyManagerFactoryImpl.java39 throws InvalidAlgorithmParameterException {
H A DJavaxTrustManagerFactoryImpl.java38 throws InvalidAlgorithmParameterException {

Completed in 54 milliseconds

123456