Searched refs:KeyManagementException (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/
H A DKeyManagementException.java31 * KeyManagementException that developers might create for
46 public class KeyManagementException extends KeyException { class in inherits:KeyException
51 * Constructs a KeyManagementException with no detail message. A
55 public KeyManagementException() { method in class:KeyManagementException
60 * Constructs a KeyManagementException with the specified detail
66 public KeyManagementException(String msg) { method in class:KeyManagementException
71 * Creates a <code>KeyManagementException</code> with the specified
81 public KeyManagementException(String message, Throwable cause) { method in class:KeyManagementException
86 * Creates a <code>KeyManagementException</code> with the specified cause
96 public KeyManagementException(Throwabl method in class:KeyManagementException
[all...]
H A DIdentityScope.java121 * @exception KeyManagementException if there is already an identity
125 throws KeyManagementException {
214 * @exception KeyManagementException if the identity is not
219 throws KeyManagementException;
226 * @exception KeyManagementException if the identity is missing,
230 throws KeyManagementException;
H A DSigner.java84 * @exception KeyManagementException if there is already an identity
88 throws KeyManagementException {
144 public Void run() throws KeyManagementException {
150 throw (KeyManagementException) pae.getException();
H A DIdentity.java113 * @exception KeyManagementException if there is already an identity
117 KeyManagementException {
173 * @exception KeyManagementException if another identity in the
184 public void setPublicKey(PublicKey key) throws KeyManagementException {
235 * @exception KeyManagementException if the certificate is not valid,
246 throws KeyManagementException {
255 throw new KeyManagementException(
286 * @exception KeyManagementException if the certificate is
296 throws KeyManagementException {
/openjdk7/jdk/src/share/classes/com/sun/net/ssl/
H A DSSLContextSpi.java57 SecureRandom sr) throws KeyManagementException;
H A DX509KeyManager.java32 import java.security.KeyManagementException;
H A DSSLContext.java178 throws KeyManagementException {
H A DSSLSecurity.java290 SecureRandom sr) throws KeyManagementException {
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/SSLSecurity/
H A DComSSLContextImpl.java34 TrustManager[] tm, SecureRandom sr) throws KeyManagementException {
H A DJavaxSSLContextImpl.java34 TrustManager[] tm, SecureRandom sr) throws KeyManagementException {
/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DSSLContextSpi.java49 * @throws KeyManagementException if this operation fails
53 SecureRandom sr) throws KeyManagementException;
H A DX509KeyManager.java28 import java.security.KeyManagementException;
H A DSSLContext.java278 * @throws KeyManagementException if this operation fails
282 throws KeyManagementException {
/openjdk7/jdk/test/sun/security/ssl/sanity/pluggability/
H A DMySSLContextImpl.java66 SecureRandom sr) throws KeyManagementException {}
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DSimpleSSLContext.java53 } catch (KeyManagementException e) {
/openjdk7/jdk/test/java/security/Identity/
H A DEqualsHashCodeContract.java70 public MyIdentity(String name, IdentityScope is) throws KeyManagementException {
/openjdk7/jdk/test/java/security/Exceptions/
H A DChainingConstructors.java105 KeyManagementException kme = new KeyManagementException(cause);
109 kme = new KeyManagementException(MSG, cause);
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DJsseJce.java309 static SecureRandom getSecureRandom() throws KeyManagementException {
329 throw new KeyManagementException("FIPS mode: no SecureRandom "
H A DSSLContextImpl.java75 SecureRandom sr) throws KeyManagementException {
96 throw new KeyManagementException
120 throws KeyManagementException {
126 throw new KeyManagementException
144 throws KeyManagementException {
160 throw new KeyManagementException
510 SecureRandom sr) throws KeyManagementException {
511 throw new KeyManagementException

Completed in 107 milliseconds