| 
 | 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.KeyStoreBuilderParameters
public class KeyStoreBuilderParameters
A parameters object for X509KeyManagers that encapsulates a List of KeyStore.Builders.
KeyStore.Builder, 
X509KeyManager| Constructor Summary | |
|---|---|
| KeyStoreBuilderParameters(KeyStore.Builder builder)Construct new KeyStoreBuilderParameters from the specified KeyStore.Builder. | |
| KeyStoreBuilderParameters(List parameters)Construct new KeyStoreBuilderParameters from a List of KeyStore.Builders. | |
| Method Summary | |
|---|---|
|  List | getParameters()Return the unmodifiable List of the KeyStore.Builders encapsulated by this object. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public KeyStoreBuilderParameters(KeyStore.Builder builder)
builder - the Builder object
NullPointerException - if builder is nullpublic KeyStoreBuilderParameters(List parameters)
parameters - the List of Builder objects
NullPointerException - if parameters is null
IllegalArgumentException - if parameters is an empty list| Method Detail | 
|---|
public List getParameters()
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.