Uses of Class
org.bouncycastle.cms.OriginatorInformation
Packages that use OriginatorInformation
-
Uses of OriginatorInformation in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return OriginatorInformationModifier and TypeMethodDescriptionOriginatorInfoGenerator.generate()CMSAuthenticatedData.getOriginatorInfo()Return the originator information associated with this message if present.CMSAuthenticatedDataParser.getOriginatorInfo()Return the originator information associated with this message if present.CMSAuthEnvelopedData.getOriginatorInfo()Return the originator information associated with this message if present.CMSAuthEnvelopedDataParser.getOriginatorInfo()Return the originator information associated with this message if present.CMSEnvelopedData.getOriginatorInfo()Return the originator information associated with this message if present.CMSEnvelopedDataParser.getOriginatorInfo()Return the originator information associated with this message if present.Methods in org.bouncycastle.cms with parameters of type OriginatorInformationModifier and TypeMethodDescriptionvoidCMSAuthEnvelopedGenerator.setOriginatorInfo(OriginatorInformation originatorInfo) voidCMSEnvelopedGenerator.setOriginatorInfo(OriginatorInformation originatorInfo) -
Uses of OriginatorInformation in org.bouncycastle.mime.smime
Methods in org.bouncycastle.mime.smime with parameters of type OriginatorInformationModifier and TypeMethodDescriptionvoidSMimeParserListener.envelopedData(MimeParserContext parserContext, Headers headers, OriginatorInformation originatorInformation, RecipientInformationStore recipients) SMIMEEnvelopedWriter.Builder.setOriginatorInfo(OriginatorInformation originatorInfo)