public class JcaAttrCertStore
extends org.bouncycastle.util.CollectionStore
The class will convert X509AttributeCertificate objects into X509AttributeCertificateHolder objects.
Constructor and Description |
---|
JcaAttrCertStore(Collection collection)
Basic constructor.
|
JcaAttrCertStore(org.bouncycastle.x509.X509AttributeCertificate attrCert) |
public JcaAttrCertStore(Collection collection) throws IOException
collection
- - initial contents for the store, this is copied.IOException
public JcaAttrCertStore(org.bouncycastle.x509.X509AttributeCertificate attrCert) throws IOException
IOException