BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


Uses of Interface
weblogic.security.pk.CertPathSelector

Packages that use CertPathSelector
weblogic.security.pk   
weblogic.security.service

This package includes interfaces, classes, and exceptions that support security providers. 

weblogic.security.spi

This package includes interfaces, classes, and exceptions you use to develop security providers. 

 

Uses of CertPathSelector in weblogic.security.pk
 

Classes in weblogic.security.pk that implement CertPathSelector
 class EndCertificateSelector
          Look up and validate certificate chains using the chain's end certificate.
 class IssuerDNSerialNumberSelector
          Look up and validate certificate chains using the issuer's Distinguished Name (DN) and the serial number of the chain's end certificate.
 class SubjectDNSelector
          Look up and validate certificate chains using the subject distinguished name (DN) of the chain's end certificate.
 class SubjectKeyIdentifierSelector
          Look up and validate certificate chains using the subject key identifier of the chain's end certificate.
 

Methods in weblogic.security.pk that return CertPathSelector
 

Constructors in weblogic.security.pk with parameters of type CertPathSelector
CertPathBuilderParameters(String realmName, CertPathSelector selector, X509Certificate[] trustedCAs, ContextHandler context)
          Construct a CertPathBuilderParameters.
 

Uses of CertPathSelector in weblogic.security.service
 

Methods in weblogic.security.service that return CertPathSelector
 CertPathSelector AuditCertPathBuilderEventImpl.getCertPathSelector()
           
 

Methods in weblogic.security.service with parameters of type CertPathSelector
 CertPathBuilderResult CertPathManager.build(CertPathSelector selector, X509Certificate[] trustedCAs, ContextHandler context)
          Lookup and validate a CertPath (certificate chain).
 

Uses of CertPathSelector in weblogic.security.spi
 

Methods in weblogic.security.spi that return CertPathSelector
 CertPathSelector CertPathBuilderParametersSpi.getCertPathSelector()
          Gets the CertPathSelector that holds the selection criteria for finding the CertPath.
 CertPathSelector AuditCertPathBuilderEvent.getCertPathSelector()
          Gets the CertPathSelector object that specifies which CertPath to look up and validate.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.