Bouncy Castle Cryptography 1.46

org.bouncycastle.jce.provider
Class PKIXCRLUtil

java.lang.Object
  extended by org.bouncycastle.jce.provider.PKIXCRLUtil

public class PKIXCRLUtil
extends java.lang.Object


Constructor Summary
PKIXCRLUtil()
           
 
Method Summary
 java.util.Set findCRLs(X509CRLStoreSelector crlselect, ExtendedPKIXParameters paramsPKIX, java.util.Date currentDate)
           
 java.util.Set findCRLs(X509CRLStoreSelector crlselect, java.security.cert.PKIXParameters paramsPKIX)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PKIXCRLUtil

public PKIXCRLUtil()
Method Detail

findCRLs

public java.util.Set findCRLs(X509CRLStoreSelector crlselect,
                              ExtendedPKIXParameters paramsPKIX,
                              java.util.Date currentDate)
                       throws AnnotatedException
Throws:
AnnotatedException

findCRLs

public java.util.Set findCRLs(X509CRLStoreSelector crlselect,
                              java.security.cert.PKIXParameters paramsPKIX)
                       throws AnnotatedException
Throws:
AnnotatedException

Bouncy Castle Cryptography 1.46