| Interface | Description | 
|---|---|
| CertPathSelector | 
 A CertPathSelector contains the selection criteria for
 locating and validating a certification path. 
 | 
| Class | Description | 
|---|---|
| CertPathBuilderParameters | 
 The certification path builder parameters that a caller
 must use to access the WebLogic Server Certificate Lookup and
 Validation (CLV) Framework via the JDK's CertPathBuilder API. 
 | 
| CertPathValidatorParameters | 
 The certification path validator parameters that a caller
 must use to access the WebLogic Server Certificate Lookup and
 Validation (CLV) Framework via the JDK's CertPathValidator API. 
 | 
| EndCertificateSelector | 
 Look up and validate certificate chains using the chain's end
 certificate. 
 | 
| IssuerDNSerialNumberSelector | 
 Look up and validate certificate chains using the issuer's
 Distinguished Name (DN) and the serial number of the chain's end 
 certificate. 
 | 
| SubjectDNSelector | 
 Look up and validate certificate chains using the subject
 distinguished name (DN) of the chain's end certificate. 
 | 
| SubjectKeyIdentifierSelector | 
 Look up and validate certificate chains using the subject key
 identifier of the chain's end certificate. 
 | 
| WLSCertPathBuilderResult | 
 A convenience class for returning results. 
 | 
| WLSCertPathValidatorResult | 
 A convenience class for returning results. 
 | 
| X509ThumbprintSelector | 
 This class holds the thumbprint of an X.509 end certificate that serves as the selection criteria for locating and
 validating a certificate chain. 
 |