Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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


Skip navigation links

Copyright 1996, 2015, 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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09