|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.security.cert.CollectionCertStoreParameters
public class CollectionCertStoreParameters
An implementation of CertStoreParameters with a simple,
in-memory Collection of certificates and certificate
revocation list.
Note that this class is not thread-safe, and its underlying collection may be changed at any time.
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()
clone creates a shallow clone of this. |
Collection |
getCollection()
Return the underlying collection. |
String |
toString()
Return a string representation of these parameters. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CollectionCertStoreParameters()
public CollectionCertStoreParameters(Collection collection)
collection - The collection.
NullPointerException - If collection is null.| Method Detail |
|---|
public Object clone()
Object
clone in interface CertStoreParametersclone in class Objectpublic Collection getCollection()
public String toString()
toString in class Object
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||