Uses of Interface
org.bouncycastle.util.Store
Packages that use Store
Package
Description
-
Uses of Store in org.bouncycastle.cert.dane
Classes in org.bouncycastle.cert.dane that implement StoreMethods in org.bouncycastle.cert.dane that return StoreModifier and TypeMethodDescriptionDANEEntryStore.toCertificateStore()Return a Store of X509CertificateHolder objects representing all the certificates associated with entries in the store. -
Uses of Store in org.bouncycastle.cert.jcajce
Classes in org.bouncycastle.cert.jcajce that implement StoreModifier and TypeClassDescriptionclassClass for storing Certificates for later lookup.classClass for storing CRLs for later lookup.Methods in org.bouncycastle.cert.jcajce with parameters of type StoreModifier and TypeMethodDescriptionJcaCertStoreBuilder.addCertificates(Store certStore) Add a store full of X509CertificateHolder objects.Add a store full of X509CRLHolder objects. -
Uses of Store in org.bouncycastle.cert.path.validations
Constructors in org.bouncycastle.cert.path.validations with parameters of type Store -
Uses of Store in org.bouncycastle.cmc
Methods in org.bouncycastle.cmc that return StoreModifier and TypeMethodDescriptionSimplePKIResponse.getCertificates()Return any X.509 certificate objects in this SimplePKIResponse structure as a Store of X509CertificateHolder objects.SimplePKIResponse.getCRLs()Return any X.509 CRL objects in this SimplePKIResponse structure as a Store of X509CRLHolder objects. -
Uses of Store in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return StoreModifier and TypeMethodDescriptionCMSSignedData.getAttributeCertificates()Return any X.509 attribute certificate objects in this SignedData structure as a Store of X509AttributeCertificateHolder objects.CMSSignedDataParser.getAttributeCertificates()Return any X.509 attribute certificate objects in this SignedData structure as a Store of X509AttributeCertificateHolder objects.CMSSignedData.getCertificates()Return any X.509 certificate objects in this SignedData structure as a Store of X509CertificateHolder objects.CMSSignedDataParser.getCertificates()Return any X.509 certificate objects in this SignedData structure as a Store of X509CertificateHolder objects.OriginatorInformation.getCertificates()Return the certificates stored in the underlying OriginatorInfo object.CMSSignedData.getCRLs()Return any X.509 CRL objects in this SignedData structure as a Store of X509CRLHolder objects.CMSSignedDataParser.getCRLs()Return any X.509 CRL objects in this SignedData structure as a Store of X509CRLHolder objects.OriginatorInformation.getCRLs()Return the CRLs stored in the underlying OriginatorInfo object.CMSSignedData.getOtherRevocationInfo(ASN1ObjectIdentifier otherRevocationInfoFormat) Return any OtherRevocationInfo OtherRevInfo objects of the type indicated by otherRevocationInfoFormat in this SignedData structure.CMSSignedDataParser.getOtherRevocationInfo(ASN1ObjectIdentifier otherRevocationInfoFormat) Return any OtherRevocationInfo OtherRevInfo objects of the type indicated by otherRevocationInfoFormat in this SignedData structure.Methods in org.bouncycastle.cms with parameters of type StoreModifier and TypeMethodDescriptionvoidCMSSignedGenerator.addAttributeCertificates(Store attrStore) Add the attribute certificates in attrStore to the certificate set to be included with the generated SignedData message.voidCMSSignedGenerator.addCertificates(Store certStore) Add the certificates in certStore to the certificate set to be included with the generated SignedData message.voidAdd the CRLs in crlStore to the CRL set to be included with the generated SignedData message.voidCMSSignedGenerator.addOtherRevocationInfo(ASN1ObjectIdentifier otherRevocationInfoFormat, Store otherRevocationInfos) Add a Store of otherRevocationData to the CRL set to be included with the generated SignedData message.static CMSSignedDataCMSSignedData.replaceCertificatesAndCRLs(CMSSignedData signedData, Store certificates, Store attrCerts, Store revocations) Replace the certificate and CRL information associated with this CMSSignedData object with the new one passed in.static OutputStreamCMSSignedDataParser.replaceCertificatesAndCRLs(InputStream original, Store certs, Store crls, Store attrCerts, OutputStream out) Replace the certificate and CRL information associated with this CMSSignedData object with the new one passed in.Constructors in org.bouncycastle.cms with parameters of type StoreModifierConstructorDescriptionOriginatorInfoGenerator(Store origCerts) OriginatorInfoGenerator(Store origCerts, Store origCRLs) -
Uses of Store in org.bouncycastle.est
Methods in org.bouncycastle.est that return StoreModifier and TypeMethodDescriptionCACertsResponse.getCertificateStore()CACertsResponse.getCrlStore()EnrollmentResponse.getStore()Methods in org.bouncycastle.est with parameters of type StoreModifier and TypeMethodDescriptionstatic X509CertificateHolder[]ESTService.storeToArray(Store<X509CertificateHolder> store) Utility method to extract all the X509Certificates from a store and return them in an array.static X509CertificateHolder[]ESTService.storeToArray(Store<X509CertificateHolder> store, Selector<X509CertificateHolder> selector) Utility method to extract all the X509Certificates from a store using a filter and to return them as an array.Constructors in org.bouncycastle.est with parameters of type StoreModifierConstructorDescriptionCACertsResponse(Store<X509CertificateHolder> store, Store<X509CRLHolder> crlHolderStore, ESTRequest requestToRetry, Source session, boolean trusted) EnrollmentResponse(Store<X509CertificateHolder> store, long notBefore, ESTRequest requestToRetry, Source session) EnrollmentResponse(Store<X509CertificateHolder> store, long notBefore, ESTRequest requestToRetry, Source session, PrivateKeyInfo privateKeyInfo) -
Uses of Store in org.bouncycastle.its
Methods in org.bouncycastle.its that return Store -
Uses of Store in org.bouncycastle.jcajce
Subinterfaces of Store in org.bouncycastle.jcajceModifier and TypeInterfaceDescriptioninterfacePKIXCertStore<T extends Certificate>Generic interface for a PKIX based certificate store.interfacePKIXCRLStore<T extends CRL>Generic interface for a PKIX based CRL store. -
Uses of Store in org.bouncycastle.mime.smime
Methods in org.bouncycastle.mime.smime with parameters of type StoreModifier and TypeMethodDescriptionSMIMESignedWriter.Builder.addCertificates(Store certificates) voidSMimeParserListener.signedData(MimeParserContext parserContext, Headers headers, Store certificates, Store CRLs, Store attributeCertificates, SignerInformationStore signers) -
Uses of Store in org.bouncycastle.pkix.jcajce
Methods in org.bouncycastle.pkix.jcajce with parameters of type StoreModifier and TypeMethodDescriptionAdd a collection of CRLs to the checker. -
Uses of Store in org.bouncycastle.tsp
Methods in org.bouncycastle.tsp that return StoreModifier and TypeMethodDescriptionTimeStampToken.getAttributeCertificates()TimeStampToken.getCertificates()TimeStampToken.getCRLs()Methods in org.bouncycastle.tsp with parameters of type StoreModifier and TypeMethodDescriptionvoidTimeStampTokenGenerator.addAttributeCertificates(Store attrStore) voidTimeStampTokenGenerator.addCertificates(Store certStore) Add the store of X509 Certificates to the generator.voidvoidTimeStampTokenGenerator.addOtherRevocationInfo(ASN1ObjectIdentifier otherRevocationInfoFormat, Store otherRevocationInfos) Add a Store of otherRevocationData to the CRL set to be included with the generated TimeStampToken. -
Uses of Store in org.bouncycastle.tsp.ers
Classes in org.bouncycastle.tsp.ers that implement Store -
Uses of Store in org.bouncycastle.util
Classes in org.bouncycastle.util that implement Store -
Uses of Store in org.bouncycastle.x509
Classes in org.bouncycastle.x509 that implement StoreModifier and TypeClassDescriptionclassDeprecated.use CollectionStore - this class will be removed.Methods in org.bouncycastle.x509 with parameters of type StoreModifier and TypeMethodDescriptionvoidExtendedPKIXParameters.addAddionalStore(Store store) Deprecated.voidExtendedPKIXParameters.addAdditionalStore(Store store) Deprecated.use addStore().voidDeprecated.Adds a Bouncy CastleStoreto find CRLs, certificates, attribute certificates or cross certificates.