|
Bouncy Castle Cryptography 1.45 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.x509.X509CollectionStoreParameters
public class X509CollectionStoreParameters
This class contains a collection for collection based X509Stores.
X509Store| Constructor Summary | |
|---|---|
X509CollectionStoreParameters(java.util.Collection collection)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Returns a shallow clone. |
java.util.Collection |
getCollection()
Returns a copy of the Collection. |
java.lang.String |
toString()
Returns a formatted string describing the parameters. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public X509CollectionStoreParameters(java.util.Collection collection)
The collection is copied.
collection - The collection containing X.509 object types.
java.lang.NullPointerException - if collection is null.| Method Detail |
|---|
public java.lang.Object clone()
clone in class java.lang.Objectpublic java.util.Collection getCollection()
Collection.
Collection. Is never null.public java.lang.String toString()
toString in class java.lang.Object
|
Bouncy Castle Cryptography 1.45 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||