Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04

weblogic.security.pk
Interface CertPathSelector

All Known Implementing Classes:
EndCertificateSelector, IssuerDNSerialNumberSelector, SubjectDNSelector, SubjectKeyIdentifierSelector, X509ThumbprintSelector

public interface CertPathSelector

A CertPathSelector contains the selection criteria for locating and validating a certification path.

Because there are many ways to look up certification paths, a derived class is implemented for each type of selection criteria.

An application caller instantiates one of these derived classes and uses it when creating an instance of CertPathBuilderParameters, which contains the parameters used to access the WebLogic Server Certificate Lookup and Validation (CLV) Framework via the JDK's CertPathBuilder API.

For more information, see the sections that describe certification paths in "Developing Security Providers for WebLogic Server" and "Programming WebLogic Security."

See Also:
CertPathBuilderParameters, CertPathBuilder


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 API Reference
11g Release 1 (10.3.4)

Part Number E13941-04