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

Part Number E13941-04

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).


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

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

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

getCertPathValidator

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

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

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