|
WebLogic Server 7.0 Code Examples, BEA Systems, Inc. | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object | +--examples.security.sslclient.NulledTrustManager
Given the partial or complete certificate chain provided by the peer, build a certificate path to a trusted root and return true if it can be validated and is trusted for client SSL authentication. This is a null implemention which always returns true after printing the certificate chain to System.out This is an example only and should NOT be used in a production environment.
| Fields inherited from interface weblogic.security.SSL.TrustManagerJSSE |
ERR_CERT_CHAIN_INCOMPLETE, ERR_CERT_CHAIN_INVALID, ERR_CERT_CHAIN_UNTRUSTED, ERR_CERT_EXPIRED, ERR_NONE, ERR_SIGNATURE_INVALID |
| Constructor Summary | |
NulledTrustManager()
|
|
| Method Summary | |
boolean |
certificateCallback(javax.security.cert.X509Certificate[] o,
int validateErr)
|
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public NulledTrustManager()
| Method Detail |
public boolean certificateCallback(javax.security.cert.X509Certificate[] o,
int validateErr)
certificateCallback in interface weblogic.security.SSL.TrustManagerJSSE
|
Documentation is available at http://e-docs.bea.com/wls/docs70 |
|||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||