org.bouncycastle.x509
Class X509CollectionStoreParameters
java.lang.Object
org.bouncycastle.x509.X509CollectionStoreParameters
- X509StoreParameters
public class X509CollectionStoreParameters
extends java.lang.Object
This class contains a collection for collection based X509Store
s.
Object | clone() - Returns a shallow clone.
|
Collection | getCollection() - Returns a copy of the
Collection .
|
String | toString() - Returns a formatted string describing the parameters.
|
X509CollectionStoreParameters
public X509CollectionStoreParameters(Collection collection)
Constructor.
The collection is copied.
collection
- The collection containing X.509 object types.
clone
public Object clone()
Returns a shallow clone. The returned contents are not copied, so adding
or removing objects will effect this.
getCollection
public Collection getCollection()
Returns a copy of the Collection
.
- The
Collection
. Is never null
.
toString
public String toString()
Returns a formatted string describing the parameters.
- a formatted string describing the parameters