Uses of Class
org.bouncycastle.cert.X509CRLHolder
-
Packages that use X509CRLHolder Package Description org.bouncycastle.cert Basic support package for handling and creating X.509 certificates, CRLs, and attribute certificates.org.bouncycastle.cert.jcajce JCA extensions to the certificate building and processing package.org.bouncycastle.cmc org.bouncycastle.cms A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369).org.bouncycastle.est A package for processing messages for RFC 7030 "Enrollment over Secure Transport".org.bouncycastle.pkcs Basic support package for handling and creating PKCS#10 certification requests, PKCS#8 encrypted keys and PKCS#12 keys stores.org.bouncycastle.tsp Classes for dealing Time Stamp Protocol (TSP) - RFC 3161. -
-
Uses of X509CRLHolder in org.bouncycastle.cert
Methods in org.bouncycastle.cert that return X509CRLHolder Modifier and Type Method Description X509CRLHolder
X509v2CRLBuilder. build(ContentSigner signer)
Generate an X.509 CRL, based on the current issuer and subject using the passed in signer.Methods in org.bouncycastle.cert with parameters of type X509CRLHolder Modifier and Type Method Description X509v2CRLBuilder
X509v2CRLBuilder. addCRL(X509CRLHolder other)
Add the CRLEntry objects contained in a previous CRL.Constructors in org.bouncycastle.cert with parameters of type X509CRLHolder Constructor Description X509v2CRLBuilder(X509CRLHolder template)
Create a builder for a version 2 CRL, initialised with another CRL. -
Uses of X509CRLHolder in org.bouncycastle.cert.jcajce
Subclasses of X509CRLHolder in org.bouncycastle.cert.jcajce Modifier and Type Class Description class
JcaX509CRLHolder
JCA helper class for converting an X509CRL into a X509CRLHolder object.Methods in org.bouncycastle.cert.jcajce with parameters of type X509CRLHolder Modifier and Type Method Description JcaCertStoreBuilder
JcaCertStoreBuilder. addCRL(X509CRLHolder crl)
Add a single CRL.X509CRL
JcaX509CRLConverter. getCRL(X509CRLHolder crlHolder)
Use the configured converter to produce a X509CRL object from a X509CRLHolder object. -
Uses of X509CRLHolder in org.bouncycastle.cmc
Methods in org.bouncycastle.cmc that return types with arguments of type X509CRLHolder Modifier and Type Method Description org.bouncycastle.util.Store<X509CRLHolder>
SimplePKIResponse. getCRLs()
Return any X.509 CRL objects in this SimplePKIResponse structure as a Store of X509CRLHolder objects. -
Uses of X509CRLHolder in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return types with arguments of type X509CRLHolder Modifier and Type Method Description org.bouncycastle.util.Store<X509CRLHolder>
CMSSignedData. getCRLs()
Return any X.509 CRL objects in this SignedData structure as a Store of X509CRLHolder objects.Methods in org.bouncycastle.cms with parameters of type X509CRLHolder Modifier and Type Method Description void
CMSSignedGenerator. addCRL(X509CRLHolder crl)
Add a CRL to the CRL set to be included with the generated SignedData message. -
Uses of X509CRLHolder in org.bouncycastle.est
Methods in org.bouncycastle.est that return types with arguments of type X509CRLHolder Modifier and Type Method Description org.bouncycastle.util.Store<X509CRLHolder>
CACertsResponse. getCrlStore()
-
Uses of X509CRLHolder in org.bouncycastle.pkcs
Constructors in org.bouncycastle.pkcs with parameters of type X509CRLHolder Constructor Description PKCS12SafeBagBuilder(X509CRLHolder crl)
-
Uses of X509CRLHolder in org.bouncycastle.tsp
Methods in org.bouncycastle.tsp that return types with arguments of type X509CRLHolder Modifier and Type Method Description org.bouncycastle.util.Store<X509CRLHolder>
TimeStampToken. getCRLs()
-