Package | Description |
---|---|
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.mime.smime |
Modifier and Type | Method and Description |
---|---|
OriginatorInformation |
OriginatorInfoGenerator.generate() |
OriginatorInformation |
CMSAuthenticatedData.getOriginatorInfo()
Return the originator information associated with this message if present.
|
OriginatorInformation |
CMSEnvelopedData.getOriginatorInfo()
Return the originator information associated with this message if present.
|
OriginatorInformation |
CMSAuthenticatedDataParser.getOriginatorInfo()
Return the originator information associated with this message if present.
|
OriginatorInformation |
CMSEnvelopedDataParser.getOriginatorInfo()
Return the originator information associated with this message if present.
|
OriginatorInformation |
CMSAuthEnvelopedData.getOriginatorInfo()
Return the originator information associated with this message if present.
|
Modifier and Type | Method and Description |
---|---|
void |
CMSEnvelopedGenerator.setOriginatorInfo(OriginatorInformation originatorInfo) |
void |
CMSAuthEnvelopedGenerator.setOriginatorInfo(OriginatorInformation originatorInfo) |
Modifier and Type | Method and Description |
---|---|
void |
SMimeParserListener.envelopedData(MimeParserContext parserContext,
Headers headers,
OriginatorInformation originatorInformation,
RecipientInformationStore recipients) |
SMIMEEnvelopedWriter.Builder |
SMIMEEnvelopedWriter.Builder.setOriginatorInfo(OriginatorInformation originatorInfo) |
Copyright © 2021 BouncyCastle.org. All rights reserved.