org.bouncycastle.x509
public class X509CollectionStoreParameters extends Object implements X509StoreParameters
| Constructor Summary | |
|---|---|
| X509CollectionStoreParameters(Collection collection)
Constructor.
| |
| Method Summary | |
|---|---|
| Object | clone()
Returns a shallow clone. |
| Collection | getCollection()
Returns a copy of the Collection.
|
| String | toString()
Returns a formatted string describing the parameters.
|
The collection is copied.
Parameters: collection The collection containing X.509 object types.
Throws: NullPointerException if collection is null.
Returns: a shallow clone.
Collection.
Returns: The Collection. Is never null.
Returns: a formatted string describing the parameters