Bouncy Castle Cryptography Library 1.79

org.bouncycastle.jce.provider
Class X509StoreAttrCertCollection

java.lang.Object
  |
  +--org.bouncycastle.x509.X509StoreSpi
        |
        +--org.bouncycastle.jce.provider.X509StoreAttrCertCollection

public class X509StoreAttrCertCollection
extends org.bouncycastle.x509.X509StoreSpi


Constructor Summary
X509StoreAttrCertCollection()
           
 
Method Summary
 java.util.Collection engineGetMatches(Selector selector)
           
 void engineInit(org.bouncycastle.x509.X509StoreParameters params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X509StoreAttrCertCollection

public X509StoreAttrCertCollection()
Method Detail

engineInit

public void engineInit(org.bouncycastle.x509.X509StoreParameters params)
Overrides:
engineInit in class org.bouncycastle.x509.X509StoreSpi

engineGetMatches

public java.util.Collection engineGetMatches(Selector selector)
Overrides:
engineGetMatches in class org.bouncycastle.x509.X509StoreSpi

Bouncy Castle Cryptography Library 1.79