Bouncy Castle Cryptography Library 1.46

org.bouncycastle.cert.jcajce
Class JcaAttrCertStore

java.lang.Object
  extended by org.bouncycastle.util.CollectionStore
      extended by org.bouncycastle.cert.jcajce.JcaAttrCertStore
All Implemented Interfaces:
org.bouncycastle.util.Store

public class JcaAttrCertStore
extends org.bouncycastle.util.CollectionStore

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

JcaAttrCertStore

public JcaAttrCertStore(java.util.Collection collection)
                 throws java.io.IOException
Basic constructor.

Parameters:
collection - - initial contents for the store, this is copied.
Throws:
java.io.IOException

JcaAttrCertStore

public JcaAttrCertStore(org.bouncycastle.x509.X509AttributeCertificate attrCert)
                 throws java.io.IOException
Throws:
java.io.IOException

Bouncy Castle Cryptography Library 1.46