| 
 | Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface TrustManager
| Field Summary | |
|---|---|
| static int | ERR_CERT_CHAIN_INCOMPLETEDeprecated. An incomplete certificate chain is when a chain does not include a self signed root CA certificate | 
| static int | ERR_CERT_CHAIN_INVALIDDeprecated. An invalid certificate chain is when a certificate is not issued by the succeeding certificate in the chain | 
| static int | ERR_CERT_CHAIN_UNTRUSTEDDeprecated. None of the certificates in the chain can be found in the list of trusted certificates | 
| static int | ERR_CERT_EXPIREDDeprecated. An expired certificate | 
| static int | ERR_NONEDeprecated. | 
| static int | ERR_SIGNATURE_INVALIDDeprecated. A certificate has an invalid signature when the public key of the succeeding certificate does not verify the signature in the certificate | 
| Method Summary | |
|---|---|
|  boolean | certificateCallback(X509Certificate[] chain,
                    int validateErr,
                    Object certificateCallbackRef)Deprecated. Called by the adapter when a peer presents a certificate chain. | 
| Field Detail | 
|---|
static final int ERR_NONE
static final int ERR_CERT_CHAIN_INVALID
static final int ERR_CERT_EXPIRED
static final int ERR_CERT_CHAIN_INCOMPLETE
static final int ERR_SIGNATURE_INVALID
static final int ERR_CERT_CHAIN_UNTRUSTED
| Method Detail | 
|---|
boolean certificateCallback(X509Certificate[] chain,
                            int validateErr,
                            Object certificateCallbackRef)
chain - The peer's certificate chainvalidateErr - The validation errors present in the certificate chain.certificateCallbackRef - The value specified in WLSSLAdapter.setTrustManager
| 
 | Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.3 API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||