|
Oracle Fusion Middleware Java API Reference for Oracle Internet Directory 11g Release 1 (11.1.1.9) E56822-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.ldap.util.jndi.LDAPTrustManager
public class LDAPTrustManager
Constructor Summary | |
---|---|
LDAPTrustManager(javax.net.ssl.X509TrustManager trustManager, boolean ibmJSSE) |
Method Summary | |
---|---|
void |
checkClientTrusted(java.security.cert.X509Certificate[] chain, java.lang.String authType) This method determines whether an SSL client with the provided certificate chain should be trusted. |
void |
checkServerTrusted(java.security.cert.X509Certificate[] chain, java.lang.String authType) This method determines whether an SSL server with the provided certificate chain should be trusted. |
java.security.cert.X509Certificate[] |
getAcceptedIssuers() This method retrieves the set of certificate authority certificates which are trusted for authenticating peers. |
static javax.net.ssl.X509TrustManager[] |
wrap(javax.net.ssl.TrustManager[] trustManagers, boolean ibmJSSE) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LDAPTrustManager(javax.net.ssl.X509TrustManager trustManager, boolean ibmJSSE)
Method Detail |
---|
public void checkClientTrusted(java.security.cert.X509Certificate[] chain, java.lang.String authType) throws java.security.cert.CertificateException
checkClientTrusted
in interface javax.net.ssl.X509TrustManager
java.security.cert.CertificateException
public void checkServerTrusted(java.security.cert.X509Certificate[] chain, java.lang.String authType) throws java.security.cert.CertificateException
checkServerTrusted
in interface javax.net.ssl.X509TrustManager
java.security.cert.CertificateException
public java.security.cert.X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers
in interface javax.net.ssl.X509TrustManager
public static javax.net.ssl.X509TrustManager[] wrap(javax.net.ssl.TrustManager[] trustManagers, boolean ibmJSSE)
|
Oracle Fusion Middleware Java API Reference for Oracle Internet Directory 11g Release 1 (11.1.1.9) E56822-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |