Uses of Class
org.bouncycastle.cert.X509CRLHolder
Packages that use X509CRLHolder
Package
Description
-
Uses of X509CRLHolder in org.bouncycastle.cert
Methods in org.bouncycastle.cert that return X509CRLHolderModifier and TypeMethodDescriptionX509v2CRLBuilder.build(ContentSigner signer) Generate an X.509 CRL, based on the current issuer and subject using the passed in signer.X509v2CRLBuilder.build(ContentSigner signer, boolean isCritical, ContentSigner altSigner) Generate an X.509 CRL, based on the current issuer using the passed in signer and containing altSignatureAlgorithm and altSignatureValue extensions based on the passed altSigner.Methods in org.bouncycastle.cert with parameters of type X509CRLHolderModifier and TypeMethodDescriptionX509v2CRLBuilder.addCRL(X509CRLHolder other) Add the CRLEntry objects contained in a previous CRL.Constructors in org.bouncycastle.cert with parameters of type X509CRLHolderModifierConstructorDescriptionX509v2CRLBuilder(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.jcajceModifier and TypeClassDescriptionclassJCA helper class for converting an X509CRL into a X509CRLHolder object.Methods in org.bouncycastle.cert.jcajce with parameters of type X509CRLHolderModifier and TypeMethodDescriptionJcaCertStoreBuilder.addCRL(X509CRLHolder crl) Add a single CRL.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 X509CRLHolderModifier and TypeMethodDescriptionSimplePKIResponse.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 X509CRLHolderModifier and TypeMethodDescriptionCMSSignedData.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 X509CRLHolderModifier and TypeMethodDescriptionvoidCMSSignedGenerator.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 -
Uses of X509CRLHolder in org.bouncycastle.pkcs
Constructors in org.bouncycastle.pkcs with parameters of type X509CRLHolder -
Uses of X509CRLHolder in org.bouncycastle.tsp
Methods in org.bouncycastle.tsp that return types with arguments of type X509CRLHolder