public interface CertPathProvider extends SecurityProvider
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).| Modifier and Type | Method and Description | 
|---|---|
CertPathBuilder | 
getCertPathBuilder()
Gets the CertPathProvider's JDK  
CertPathBuilder implementation. | 
CertPathValidator | 
getCertPathValidator()
Gets the CertPathProvider's JDK  
CertPathValidator implementation. | 
getDescription, initialize, shutdownCertPathBuilder getCertPathBuilder()
CertPathBuilder implementation.CertPathBuilder.
 Return null if the CertPathProvider is not a CertPathBuilder.CertPathValidator getCertPathValidator()
CertPathValidator implementation.CertPathValidator.
 Return null if the CertPathProvider is not a CertPathValidator.