Class X509CollectionStoreParameters
java.lang.Object
org.bouncycastle.x509.X509CollectionStoreParameters
- All Implemented Interfaces:
X509StoreParameters
This class contains a collection for collection based
X509Stores.- See Also:
-
Constructor Details
-
X509CollectionStoreParameters
Constructor.The collection is copied.
- Parameters:
collection- The collection containing X.509 object types.- Throws:
NullPointerException- ifcollectionisnull.
-
-
Method Details
-
clone
-
getCollection
Returns a copy of theCollection.- Returns:
- The
Collection. Is nevernull.
-
toString
-