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 |
---|---|
RecipientInformationStore |
CMSAuthEnvelopedData.getRecipientInfos()
return a store of the intended recipients for this message
|
RecipientInformationStore |
CMSEnvelopedDataParser.getRecipientInfos()
return a store of the intended recipients for this message
|
RecipientInformationStore |
CMSEnvelopedData.getRecipientInfos()
return a store of the intended recipients for this message
|
RecipientInformationStore |
CMSAuthenticatedDataParser.getRecipientInfos()
return a store of the intended recipients for this message
|
RecipientInformationStore |
CMSAuthenticatedData.getRecipientInfos()
return a store of the intended recipients for this message
|
Modifier and Type | Method and Description |
---|---|
void |
SMimeParserListener.envelopedData(MimeParserContext parserContext,
Headers headers,
OriginatorInformation originatorInformation,
RecipientInformationStore recipients) |
Copyright © 2020 BouncyCastle.org. All rights reserved.