| 
Java™ Platform Standard Ed. 6  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.net.ssl.CertPathTrustManagerParameters
public class CertPathTrustManagerParameters
A wrapper for CertPathParameters. This class is used to pass validation
 settings to CertPath based TrustManagers 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 null| Method Detail | 
|---|
public CertPathParameters getParameters()
  | 
Java™ Platform Standard Ed. 6  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.