Searched refs:ProviderException (Results 26 - 50 of 66) sorted by relevance

123

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11TlsKeyMaterialGenerator.java139 throw new ProviderException
194 throw new ProviderException("Could not generate key", e);
H A DP11Util.java94 throw new ProviderException
173 throw new ProviderException(e);
H A DP11TlsRsaPremasterSecretGenerator.java104 throw new ProviderException("Could not generate premaster secret", e);
H A DSessionManager.java30 import java.security.ProviderException;
150 throw new ProviderException("Could not obtain session");
204 throw new ProviderException("No more sessions available");
H A DToken.java214 throw new ProviderException("Token has been removed");
289 throw new ProviderException("Login failed", e);
326 throw new ProviderException("Unknown algorithm " + algorithm);
H A DSecmod.java251 throw new ProviderException(e);
492 throw new ProviderException("Secmod provider already initialized");
503 throw new ProviderException(e);
517 throw new ProviderException("Cannot change existing trust attributes");
640 throw new ProviderException("Could not create trust object", e);
H A DP11TlsMasterSecretGenerator.java152 throw new ProviderException("Could not generate key", e);
H A DP11RSACipher.java267 throw new ProviderException("internal error");
311 throw new ProviderException("update() failed", e);
358 throw new ProviderException("internal error");
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DDSAKeyPairGenerator.java168 throw new ProviderException(e);
194 throw new ProviderException(e);
H A DDSAPublicKey.java32 import java.security.ProviderException;
H A DDSAPrivateKey.java32 import java.security.ProviderException;
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DDHKeyPairGenerator.java151 throw new ProviderException(e);
H A DDHKeyAgreement.java36 import java.security.ProviderException;
334 throw new ProviderException("Generated secret is out-of-range");
H A DDHPrivateKey.java33 import java.security.ProviderException;
84 * @exception ProviderException if the key cannot be encoded
113 throw new ProviderException("Cannot produce ASN.1 encoding", e);
H A DDHPublicKey.java33 import java.security.ProviderException;
99 * @exception ProviderException if the key cannot be encoded
111 throw new ProviderException("Cannot produce ASN.1 encoding", e);
H A DTlsPrfGenerator.java158 throw new ProviderException("Could not generate PRF", e);
160 throw new ProviderException("Could not generate PRF", e);
H A DSslMacCore.java183 throw new ProviderException(e);
/openjdk7/jdk/test/java/security/Exceptions/
H A DChainingConstructors.java132 ProviderException pe = new ProviderException(cause);
136 pe = new ProviderException(MSG, cause);
/openjdk7/jdk/src/share/classes/java/security/
H A DSignatureSpi.java166 throw new ProviderException("update() failed", e);
/openjdk7/jdk/src/share/classes/sun/security/ec/
H A DECKeyPairGenerator.java146 throw new ProviderException(e);
H A DECDHKeyAgreement.java131 throw new ProviderException("Could not derive key", e);
/openjdk7/jdk/test/sun/security/pkcs11/KeyGenerator/
H A DTestKeyGenerator.java75 } catch (ProviderException e) {
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DKeyAgreement.java324 ProviderException e = new ProviderException
381 // RuntimeException (ProviderException) from init()
H A DMac.java311 ProviderException e = new ProviderException
354 // RuntimeException (ProviderException) from init()
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DRSASignature.java36 import java.security.ProviderException;
106 throw new ProviderException(e);

Completed in 72 milliseconds

123