Uses of Class
org.bouncycastle.cms.OriginatorInformation
-
Packages that use OriginatorInformation 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 OriginatorInformation in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return OriginatorInformation Modifier and Type Method Description OriginatorInformation
OriginatorInfoGenerator. generate()
OriginatorInformation
CMSAuthenticatedData. 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
CMSAuthEnvelopedData. 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
CMSEnvelopedDataParser. getOriginatorInfo()
Return the originator information associated with this message if present.Methods in org.bouncycastle.cms with parameters of type OriginatorInformation Modifier and Type Method Description void
CMSAuthEnvelopedGenerator. setOriginatorInfo(OriginatorInformation originatorInfo)
void
CMSEnvelopedGenerator. setOriginatorInfo(OriginatorInformation originatorInfo)
-
Uses of OriginatorInformation in org.bouncycastle.mime.smime
Methods in org.bouncycastle.mime.smime with parameters of type OriginatorInformation Modifier and Type Method Description void
SMimeParserListener. envelopedData(MimeParserContext parserContext, Headers headers, OriginatorInformation originatorInformation, RecipientInformationStore recipients)
SMIMEEnvelopedWriter.Builder
SMIMEEnvelopedWriter.Builder. setOriginatorInfo(OriginatorInformation originatorInfo)
-