SecurityProvider
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 | Description |
---|---|---|
java.security.cert.CertPathBuilder |
getCertPathBuilder() |
Gets the CertPathProvider's JDK
CertPathBuilder implementation. |
java.security.cert.CertPathValidator |
getCertPathValidator() |
Gets the CertPathProvider's JDK
CertPathValidator implementation. |
getDescription, initialize, shutdown
java.security.cert.CertPathBuilder getCertPathBuilder()
CertPathBuilder
implementation.CertPathBuilder
.
Return null if the CertPathProvider is not a CertPathBuilder.java.security.cert.CertPathValidator getCertPathValidator()
CertPathValidator
implementation.CertPathValidator
.
Return null if the CertPathProvider is not a CertPathValidator.