| |
|
| java.lang.Object org.bouncycastle.x509.X509CollectionStoreParameters
X509CollectionStoreParameters | public X509CollectionStoreParameters(Collection collection)(Code) | | Constructor.
The collection is copied.
Parameters: collection - The collection containing X.509 object types. throws: NullPointerException - if collection is null . |
clone | public Object clone()(Code) | | Returns a shallow clone. The returned contents are not copied, so adding
or removing objects will effect this.
a shallow clone. |
getCollection | public Collection getCollection()(Code) | | Returns a copy of the Collection .
The Collection . Is never null . |
toString | public String toString()(Code) | | Returns a formatted string describing the parameters.
a formatted string describing the parameters |
|
|
|