|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface CertPathProvider
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 | |
|---|---|
abstract CertPathBuilder |
getCertPathBuilder()Gets the CertPathProvider's JDK CertPathBuilder implementation. |
abstract CertPathValidator |
getCertPathValidator()Gets the CertPathProvider's JDK CertPathValidator implementation. |
| Methods inherited from interface weblogic.security.spi.SecurityProvider |
|---|
getDescription, initialize, shutdown |
| Method Detail |
|---|
CertPathBuilder 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.
|
Copyright 1996, 2015, 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 Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||