java.security.cert
public class CollectionCertStoreParameters extends Object implements CertStoreParameters
Note that this class is not thread-safe, and its underlying collection may be changed at any time.
Since: 1.4
See Also: CertStore
Constructor Summary | |
---|---|
CollectionCertStoreParameters()
Creates a new CollectionCertStoreParameters with an empty,
immutable collection. | |
CollectionCertStoreParameters(Collection<?> collection)
Create a new CollectionCertStoreParameters with the specified
collection. |
Method Summary | |
---|---|
Object | clone() |
Collection<?> | getCollection()
Return the underlying collection. |
String | toString()
Return a string representation of these parameters.
|
Parameters: collection The collection.
Throws: NullPointerException If collection is null.
Returns: The collection.
Returns: The string representation of these parameters.