public class

X509CollectionStoreParameters

extends Object
implements X509StoreParameters
java.lang.Object
   ↳ org.bouncycastle.x509.X509CollectionStoreParameters

Class Overview

This class contains a collection for collection based X509Stores.

See Also

Summary

Public Constructors
X509CollectionStoreParameters(Collection collection)
Constructor.
Public Methods
Object clone()
Returns a shallow clone.
Collection getCollection()
Returns a copy of the Collection.
String toString()
Returns a formatted string describing the parameters.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public X509CollectionStoreParameters (Collection collection)

Constructor.

The collection is copied.

Parameters
collection The collection containing X.509 object types.
Throws
NullPointerException if collection is null.

Public Methods

public Object clone ()

Returns a shallow clone. The returned contents are not copied, so adding or removing objects will effect this.

Returns
  • a shallow clone.

public Collection getCollection ()

Returns a copy of the Collection.

Returns
  • The Collection. Is never null.

public String toString ()

Returns a formatted string describing the parameters.

Returns
  • a formatted string describing the parameters