Package | Description |
---|---|
old.org.bouncycastle.cert.jcajce | |
old.org.bouncycastle.cms | |
old.org.bouncycastle.mail.smime | |
old.org.bouncycastle.tsp | |
old.org.bouncycastle.util | |
old.org.bouncycastle.x509 |
Modifier and Type | Class and Description |
---|---|
class |
JcaAttrCertStore
Class for storing Attribute Certificates for later lookup.
|
class |
JcaCertStore
Class for storing Certificates for later lookup.
|
class |
JcaCRLStore
Class for storing CRLs for later lookup.
|
Modifier and Type | Method and Description |
---|---|
Store |
CMSSignedDataParser.getAttributeCertificates() |
Store |
CMSSignedData.getAttributeCertificates() |
Store |
CMSSignedDataParser.getCertificates() |
Store |
CMSSignedData.getCertificates() |
Store |
CMSSignedDataParser.getCRLs() |
Store |
CMSSignedData.getCRLs() |
Modifier and Type | Method and Description |
---|---|
void |
CMSSignedGenerator.addAttributeCertificates(Store attrStore) |
void |
CMSSignedGenerator.addCertificates(Store certStore) |
void |
CMSSignedGenerator.addCRLs(Store crlStore) |
static CMSSignedData |
CMSSignedData.replaceCertificatesAndCRLs(CMSSignedData signedData,
Store certificates,
Store attrCerts,
Store crls)
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SMIMESignedGenerator.addAttributeCertificates(Store certStore) |
void |
SMIMESignedGenerator.addCertificates(Store certStore) |
void |
SMIMESignedGenerator.addCRLs(Store crlStore) |
Modifier and Type | Method and Description |
---|---|
Store |
TimeStampToken.getAttributeCertificates() |
Store |
TimeStampToken.getCertificates() |
Store |
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) |
Modifier and Type | Class and Description |
---|---|
class |
CollectionStore
A simple collection backed store.
|
Modifier and Type | Class and Description |
---|---|
class |
X509Store |
Modifier and Type | Method and Description |
---|---|
void |
ExtendedPKIXParameters.addAddionalStore(Store store)
Deprecated.
|
void |
ExtendedPKIXParameters.addAdditionalStore(Store store)
Adds an additional Bouncy Castle
Store to find CRLs, certificates,
attribute certificates or cross certificates. |
void |
ExtendedPKIXParameters.addStore(Store store)
Adds a Bouncy Castle
Store to find CRLs, certificates, attribute
certificates or cross certificates. |
Copyright © 2015. All rights reserved.