Searched refs:ProviderException (Results 1 - 25 of 66) sorted by relevance

123

/openjdk7/jdk/src/share/classes/java/security/
H A DProviderException.java36 public class ProviderException extends RuntimeException { class in inherits:RuntimeException
41 * Constructs a ProviderException with no detail message. A
45 public ProviderException() { method in class:ProviderException
50 * Constructs a ProviderException with the specified detail
56 public ProviderException(String s) { method in class:ProviderException
61 * Creates a <code>ProviderException</code> with the specified
71 public ProviderException(String message, Throwable cause) { method in class:ProviderException
76 * Creates a <code>ProviderException</code> with the specified cause
86 public ProviderException(Throwable cause) { method in class:ProviderException
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DPRNG.java28 import java.security.ProviderException;
76 throw new ProviderException("Error generating random bytes");
93 throw new ProviderException("Error generating seed bytes");
H A DRSAPublicKey.java32 import java.security.ProviderException;
100 throw new ProviderException(e);
119 throw new ProviderException(e);
H A DRSAKeyPairGenerator.java118 throw new ProviderException(e);
H A DSunMSCAPI.java31 import java.security.ProviderException;
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSunJSSE.java93 throw new ProviderException
97 throw new ProviderException
109 throw new ProviderException
127 throw new ProviderException("cryptoProvider must not be null");
141 throw new ProviderException
/openjdk7/jdk/test/sun/security/pkcs11/Provider/
H A DAbsolute.java50 if (cause instanceof ProviderException) {
56 throw (ProviderException) cause;
H A DConfigShortPath.java56 if (cause instanceof ProviderException) {
60 throw (ProviderException) cause;
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Mac.java128 throw new ProviderException("Unknown mechanism: " + mechanism);
154 throw new ProviderException("Cancel failed", e);
191 throw new ProviderException("reset() failed, ", e);
219 throw new ProviderException("doFinal() failed", e);
241 throw new ProviderException("update() failed", e);
263 throw new ProviderException("update() failed", e);
H A DSession.java91 throw new ProviderException("Token has been removed");
107 throw new ProviderException("Internal error: objects created " + n);
117 throw new ProviderException(
175 } catch (ProviderException e2) {
H A DP11Digest.java116 throw new ProviderException("Unknown mechanism: " + mechanism);
140 throw new ProviderException("cancel() failed", e);
164 throw new ProviderException("reset() failed, ", e);
175 throw new ProviderException("internal error", e);
199 throw new ProviderException("internal digest length error");
203 throw new ProviderException("digest() failed", e);
264 throw new ProviderException("update(SecretKey) failed", e);
293 throw new ProviderException("update() failed", e);
308 throw new ProviderException("update() failed", e);
H A DP11KeyGenerator.java78 * @throws ProviderException if this mechanism isn't supported by SunPKCS11
82 throws InvalidAlgorithmParameterException, ProviderException {
110 throw new ProviderException
196 throw new ProviderException("Unknown mechanism " + mechanism);
201 throw new ProviderException("Unsupported default key size", iape);
278 throw new ProviderException("Could not generate key", e);
H A DP11Signature.java172 throw new ProviderException(algorithm);
191 throw new ProviderException(algorithm);
220 throw new ProviderException("Unknown signature: " + algorithm);
224 throw new ProviderException("Unknown mechanism: " + mechanism);
267 throw new ProviderException("cancel failed", e);
310 throw new ProviderException("Initialization failed", e);
342 throw new ProviderException("Unknown signature algo: " + algorithm);
414 throw new ProviderException("Internal error");
435 throw new ProviderException(e);
451 throw new ProviderException("Interna
[all...]
H A DP11KeyPairGenerator.java173 throw new ProviderException("Unknown algorithm: " + algorithm);
252 throw new ProviderException
275 throw new ProviderException
305 throw new ProviderException("Unknown algorithm: " + algorithm);
323 throw new ProviderException(e);
H A DP11SecureRandom.java113 throw new ProviderException(ee);
186 throw new ProviderException("nextBytes() failed", e);
H A DP11TlsPrfGenerator.java135 throw new ProviderException("Could not calculate PRF", e);
154 throw new ProviderException("Could not calculate PRF", e);
H A DSunPKCS11.java98 throw new ProviderException
176 throw new ProviderException("Secmod directory "
186 throw new ProviderException("NSS library directory "
195 throw new ProviderException(
201 throw new ProviderException(
211 throw new ProviderException("Could not initialize NSS", e);
250 throw new ProviderException
263 throw new ProviderException("Invalid module " + moduleName
267 throw new ProviderException(
271 throw new ProviderException(
[all...]
H A DP11Cipher.java195 throw new ProviderException(nspe);
279 throw new ProviderException("Could not encode parameters", e);
406 throw new ProviderException("Cancel failed", e);
488 throw new ProviderException(e);
515 throw new ProviderException(e);
599 throw new ProviderException("update() failed", e);
717 throw new ProviderException("update() failed", e);
761 throw new ProviderException("doFinal() failed", e);
835 throw new ProviderException("doFinal() failed", e);
H A DP11Key.java242 throw new ProviderException(e);
275 throw new ProviderException(e);
320 throw new ProviderException
370 throw new ProviderException
428 throw new ProviderException(e);
508 throw new ProviderException(e);
606 throw new ProviderException(e);
662 throw new ProviderException(e);
723 throw new ProviderException(e);
784 throw new ProviderException(
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DDigestBase.java30 import java.security.ProviderException;
167 throw (ProviderException)
168 new ProviderException("Internal error").initCause(e);
/openjdk7/jdk/src/solaris/classes/sun/security/provider/
H A DNativePRNG.java185 throw new ProviderException("init failed", e);
222 throw new ProviderException("generateSeed() failed", e);
249 throw new ProviderException("setSeed() failed", e);
287 throw new ProviderException("nextBytes() failed", e);
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DAlgIdDSA.java143 throw new ProviderException("Invalid parameters for DSS/DSA" +
153 throw new ProviderException ("Construct DSS/DSA Algorithm ID");
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipherSpi.java38 import java.security.ProviderException;
549 throw new ProviderException("Internal error in update()");
552 throw new ProviderException("Internal error in update()");
829 throw (ProviderException)new ProviderException
/openjdk7/jdk/src/share/classes/sun/security/jca/
H A DProviderConfig.java202 * @throws ProviderException if executing the Provider's constructor
203 * throws a ProviderException. All other Exceptions are ignored.
250 if (t instanceof ProviderException) {
251 throw (ProviderException)t;
278 throw new ProviderException(e);
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DTlsMasterSecretGenerator.java136 throw new ProviderException(e);
138 throw new ProviderException(e);

Completed in 57 milliseconds

123