|
Bouncy Castle Cryptography Library 1.46 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.util.CollectionStore
org.bouncycastle.cert.jcajce.JcaAttrCertStore
public class JcaAttrCertStore
Class for storing Attribute Certificates for later lookup.
The class will convert X509AttributeCertificate objects into X509AttributeCertificateHolder objects.
Constructor Summary | |
---|---|
JcaAttrCertStore(java.util.Collection collection)
Basic constructor. |
|
JcaAttrCertStore(org.bouncycastle.x509.X509AttributeCertificate attrCert)
|
Method Summary |
---|
Methods inherited from class org.bouncycastle.util.CollectionStore |
---|
getMatches |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JcaAttrCertStore(java.util.Collection collection) throws java.io.IOException
collection
- - initial contents for the store, this is copied.
java.io.IOException
public JcaAttrCertStore(org.bouncycastle.x509.X509AttributeCertificate attrCert) throws java.io.IOException
java.io.IOException
|
Bouncy Castle Cryptography Library 1.46 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |