|
Bouncy Castle Cryptography 1.71 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.util.CollectionStore | +--org.bouncycastle.cert.jcajce.JcaCRLStore
Class for storing CRLs for later lookup.
The class will convert X509CRL objects into X509CRLHolder objects.
Constructor Summary | |
JcaCRLStore(java.util.Collection collection)
Basic constructor. |
Methods inherited from class org.bouncycastle.util.CollectionStore |
getMatches,
iterator |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public JcaCRLStore(java.util.Collection collection) throws java.security.cert.CRLException
collection
- - initial contents for the store, this is copied.
|
Bouncy Castle Cryptography 1.71 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |