|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.net.ssl.CertPathTrustManagerParameters
public class CertPathTrustManagerParameters
A wrapper for CertPathParameters. This class is used to pass validation
settings to CertPath based TrustManager
s using the
TrustManagerFactory.init()
method.
Instances of this class are immutable.
X509TrustManager
,
TrustManagerFactory
,
CertPathParameters
Constructor Summary | |
---|---|
CertPathTrustManagerParameters(CertPathParameters parameters)
Construct new CertPathTrustManagerParameters from the specified parameters. |
Method Summary | |
---|---|
CertPathParameters |
getParameters()
Return a clone of the CertPathParameters encapsulated by this class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CertPathTrustManagerParameters(CertPathParameters parameters)
parameters
- the CertPathParameters to be used
NullPointerException
- if parameters is nullMethod Detail |
---|
public CertPathParameters getParameters()
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.