Uses of Class
org.bouncycastle.cms.RecipientInformationStore
-
Packages that use RecipientInformationStore 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 -
-
Uses of RecipientInformationStore in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return RecipientInformationStore Modifier and Type Method Description RecipientInformationStore
CMSAuthenticatedData. getRecipientInfos()
return a store of the intended recipients for this messageRecipientInformationStore
CMSAuthenticatedDataParser. getRecipientInfos()
return a store of the intended recipients for this messageRecipientInformationStore
CMSAuthEnvelopedData. getRecipientInfos()
return a store of the intended recipients for this messageRecipientInformationStore
CMSEnvelopedData. getRecipientInfos()
return a store of the intended recipients for this messageRecipientInformationStore
CMSEnvelopedDataParser. getRecipientInfos()
return a store of the intended recipients for this message -
Uses of RecipientInformationStore in org.bouncycastle.mime.smime
Methods in org.bouncycastle.mime.smime with parameters of type RecipientInformationStore Modifier and Type Method Description void
SMimeParserListener. envelopedData(MimeParserContext parserContext, Headers headers, OriginatorInformation originatorInformation, RecipientInformationStore recipients)
-