public class X509CollectionStoreParameters extends java.lang.Object implements X509StoreParameters
X509Stores.X509Store| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection |
collection |
| Constructor and Description |
|---|
X509CollectionStoreParameters(java.util.Collection collection)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Returns a shallow clone.
|
java.util.Collection |
getCollection()
Returns a copy of the
Collection. |
java.lang.String |
toString()
Returns a formatted string describing the parameters.
|
public X509CollectionStoreParameters(java.util.Collection collection)
The collection is copied.
collection - The collection containing X.509 object types.java.lang.NullPointerException - if collection is null.public java.lang.Object clone()
clone in class java.lang.Objectpublic java.util.Collection getCollection()
Collection.Collection. Is never null.public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.