Package org.bouncycastle.x509
Class X509CollectionStoreParameters
java.lang.Object
org.bouncycastle.x509.X509CollectionStoreParameters
- All Implemented Interfaces:
X509StoreParameters
This class contains a collection for collection based
X509Store
s.- See Also:
-
Constructor Details
-
X509CollectionStoreParameters
Constructor.The collection is copied.
- Parameters:
collection
- The collection containing X.509 object types.- Throws:
NullPointerException
- ifcollection
isnull
.
-
-
Method Details