|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CertPathBuilderParametersSpi
This class contains the CertPathParameters that the CLV framework passes to the provider's JDK CertPathBuilderSpi implementation. They are used to look up and validate certificate chains.
Method Summary | |
---|---|
Object |
clone()
This interface is not cloneable. |
CertPathProvider |
getCertPathProvider()
Gets the provider's weblogic runtime implementation object that includes the state necessary for the provider's JDK implementation object to look up and validate the CertPath . |
CertPathSelector |
getCertPathSelector()
Gets the CertPathSelector that holds the selection
criteria for finding the CertPath . |
ContextHandler |
getContext()
Gets a ContextHandler that may pass in extra parameters that
can be used for building and validating the CertPath . |
X509Certificate[] |
getTrustedCAs()
Gets a list of trusted certificate authorities that may be used for building and validating the CertPath . |
Method Detail |
---|
CertPathProvider getCertPathProvider()
CertPath
.
CertPathProvider
.CertPathSelector getCertPathSelector()
CertPathSelector
that holds the selection
criteria for finding the CertPath
.
CertPathSelector
X509Certificate[] getTrustedCAs()
CertPath
.
X509Certificate[]
containing the trusted certificate
authorities, may be null.ContextHandler getContext()
ContextHandler
that may pass in extra parameters that
can be used for building and validating the CertPath
.
ContextHandler
, may be null.Object clone()
clone
in interface CertPathParameters
UnsupportedOperationException
- when called.
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |