BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.security.spi
Interface CertPathProvider

All Superinterfaces:
SecurityProvider

public interface CertPathProvider
extends SecurityProvider

The CertPathProvider interface exposes the services provided by a CertPath provider to the WebLogic Security Framework. This allows the provider to be manipulated (initialized, started, stopped, and so on).

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Method Summary
 CertPathBuilder getCertPathBuilder()
          Gets the CertPathProvider's JDK CertPathBuilder implementation.
 CertPathValidator getCertPathValidator()
          Gets the CertPathProvider's JDK CertPathValidator implementation.
 
Methods inherited from interface weblogic.security.spi.SecurityProvider
getDescription, initialize, shutdown
 

Method Detail

getCertPathBuilder

public CertPathBuilder getCertPathBuilder()
Gets the CertPathProvider's JDK CertPathBuilder implementation.

Returns:
a CertPathBuilder. Return null if the CertPathProvider is not a CertPathBuilder.

getCertPathValidator

public CertPathValidator getCertPathValidator()
Gets the CertPathProvider's JDK CertPathValidator implementation.

Returns:
a CertPathValidator. Return null if the CertPathProvider is not a CertPathValidator.

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