| Modifier and Type | Class and Description |
|---|---|
class |
DANEEntryStore
Class storing DANEEntry objects.
|
| Modifier and Type | Method and Description |
|---|---|
Store |
DANEEntryStore.toCertificateStore()
Return a Store of X509CertificateHolder objects representing all the certificates associated with
entries in the store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JcaCertStore
Class for storing Certificates for later lookup.
|
class |
JcaCRLStore
Class for storing CRLs for later lookup.
|
| Modifier and Type | Method and Description |
|---|---|
JcaCertStoreBuilder |
JcaCertStoreBuilder.addCertificates(Store certStore)
Add a store full of X509CertificateHolder objects.
|
JcaCertStoreBuilder |
JcaCertStoreBuilder.addCRLs(Store crlStore)
Add a store full of X509CRLHolder objects.
|
| Constructor and Description |
|---|
CRLValidation(X500Name trustAnchorName,
Store crls) |
| Modifier and Type | Method and Description |
|---|---|
Store<X509CertificateHolder> |
SimplePKIResponse.getCertificates()
Return any X.509 certificate objects in this SimplePKIResponse structure as a Store of X509CertificateHolder objects.
|
Store<X509CRLHolder> |
SimplePKIResponse.getCRLs()
Return any X.509 CRL objects in this SimplePKIResponse structure as a Store of X509CRLHolder objects.
|
| Modifier and Type | Method and Description |
|---|---|
Store |
CMSSignedDataParser.getAttributeCertificates()
Return any X.509 attribute certificate objects in this SignedData structure as a Store of X509AttributeCertificateHolder objects.
|
Store<X509AttributeCertificateHolder> |
CMSSignedData.getAttributeCertificates()
Return any X.509 attribute certificate objects in this SignedData structure as a Store of X509AttributeCertificateHolder objects.
|
Store |
OriginatorInformation.getCertificates()
Return the certificates stored in the underlying OriginatorInfo object.
|
Store |
CMSSignedDataParser.getCertificates()
Return any X.509 certificate objects in this SignedData structure as a Store of X509CertificateHolder objects.
|
Store<X509CertificateHolder> |
CMSSignedData.getCertificates()
Return any X.509 certificate objects in this SignedData structure as a Store of X509CertificateHolder objects.
|
Store |
OriginatorInformation.getCRLs()
Return the CRLs stored in the underlying OriginatorInfo object.
|
Store |
CMSSignedDataParser.getCRLs()
Return any X.509 CRL objects in this SignedData structure as a Store of X509CRLHolder objects.
|
Store<X509CRLHolder> |
CMSSignedData.getCRLs()
Return any X.509 CRL objects in this SignedData structure as a Store of X509CRLHolder objects.
|
Store |
CMSSignedDataParser.getOtherRevocationInfo(ASN1ObjectIdentifier otherRevocationInfoFormat)
Return any OtherRevocationInfo OtherRevInfo objects of the type indicated by otherRevocationInfoFormat in
this SignedData structure.
|
Store |
CMSSignedData.getOtherRevocationInfo(ASN1ObjectIdentifier otherRevocationInfoFormat)
Return any OtherRevocationInfo OtherRevInfo objects of the type indicated by otherRevocationInfoFormat in
this SignedData structure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CMSSignedGenerator.addAttributeCertificates(Store attrStore)
Add the attribute certificates in attrStore to the certificate set to be included with the generated SignedData message.
|
void |
CMSSignedGenerator.addCertificates(Store certStore)
Add the certificates in certStore to the certificate set to be included with the generated SignedData message.
|
void |
CMSSignedGenerator.addCRLs(Store crlStore)
Add the CRLs in crlStore to the CRL set to be included with the generated SignedData message.
|
void |
CMSSignedGenerator.addOtherRevocationInfo(ASN1ObjectIdentifier otherRevocationInfoFormat,
Store otherRevocationInfos)
Add a Store of otherRevocationData to the CRL set to be included with the generated SignedData message.
|
static CMSSignedData |
CMSSignedData.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 CMSSignedData |
CMSSignedData.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 CMSSignedData |
CMSSignedData.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 OutputStream |
CMSSignedDataParser.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.
|
static OutputStream |
CMSSignedDataParser.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.
|
static OutputStream |
CMSSignedDataParser.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.
|
| Constructor and Description |
|---|
OriginatorInfoGenerator(Store origCerts) |
OriginatorInfoGenerator(Store origCerts,
Store origCRLs) |
OriginatorInfoGenerator(Store origCerts,
Store origCRLs) |
| Modifier and Type | Method and Description |
|---|---|
Store<X509CertificateHolder> |
CACertsResponse.getCertificateStore() |
Store<X509CRLHolder> |
CACertsResponse.getCrlStore() |
Store<X509CertificateHolder> |
EnrollmentResponse.getStore() |
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
| Constructor and Description |
|---|
CACertsResponse(Store<X509CertificateHolder> store,
Store<X509CRLHolder> crlHolderStore,
ESTRequest requestToRetry,
Source session,
boolean trusted) |
CACertsResponse(Store<X509CertificateHolder> store,
Store<X509CRLHolder> crlHolderStore,
ESTRequest requestToRetry,
Source session,
boolean trusted) |
EnrollmentResponse(Store<X509CertificateHolder> store,
long notBefore,
ESTRequest requestToRetry,
Source session) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PKIXCertStore<T extends Certificate>
Generic interface for a PKIX based certificate store.
|
interface |
PKIXCRLStore<T extends CRL>
Generic interface for a PKIX based CRL store.
|
| Modifier and Type | Method and Description |
|---|---|
SMIMESignedWriter.Builder |
SMIMESignedWriter.Builder.addCertificates(Store certificates) |
void |
SMimeParserListener.signedData(MimeParserContext parserContext,
Headers headers,
Store certificates,
Store CRLs,
Store attributeCertificates,
SignerInformationStore signers) |
void |
SMimeParserListener.signedData(MimeParserContext parserContext,
Headers headers,
Store certificates,
Store CRLs,
Store attributeCertificates,
SignerInformationStore signers) |
void |
SMimeParserListener.signedData(MimeParserContext parserContext,
Headers headers,
Store certificates,
Store CRLs,
Store attributeCertificates,
SignerInformationStore signers) |
| Modifier and Type | Method and Description |
|---|---|
X509RevocationChecker.Builder |
X509RevocationChecker.Builder.addCrls(Store<CRL> crls)
Add a collection of CRLs to the checker.
|
| Modifier and Type | Method and Description |
|---|---|
Store<X509AttributeCertificateHolder> |
TimeStampToken.getAttributeCertificates() |
Store<X509CertificateHolder> |
TimeStampToken.getCertificates() |
Store<X509CRLHolder> |
TimeStampToken.getCRLs() |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeStampTokenGenerator.addAttributeCertificates(Store attrStore) |
void |
TimeStampTokenGenerator.addCertificates(Store certStore)
Add the store of X509 Certificates to the generator.
|
void |
TimeStampTokenGenerator.addCRLs(Store crlStore) |
void |
TimeStampTokenGenerator.addOtherRevocationInfo(ASN1ObjectIdentifier otherRevocationInfoFormat,
Store otherRevocationInfos)
Add a Store of otherRevocationData to the CRL set to be included with the generated TimeStampToken.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionStore<T>
A simple collection backed store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
X509Store
Deprecated.
use CollectionStore - this class will be removed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedPKIXParameters.addAddionalStore(Store store)
Deprecated.
|
void |
ExtendedPKIXParameters.addAdditionalStore(Store store)
Deprecated.
use addStore().
|
void |
ExtendedPKIXParameters.addStore(Store store)
Deprecated.
Adds a Bouncy Castle
Store to find CRLs, certificates, attribute
certificates or cross certificates. |
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.