|
Préférences
Moteurs de recherche
|
||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.net.ssl
|
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()