Java org.bouncycastle.mail.smime SMIMEEnvelopedGenerator fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.mail.smime SMIMEEnvelopedGenerator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.mail.smime SMIMEEnvelopedGenerator.

The text is from its open source code.

Field

Constructor

SMIMEEnvelopedGenerator()
base constructor

Method

voidaddRecipientInfoGenerator(RecipientInfoGenerator recipientInfoGen)
add a recipientInfoGenerator.
MimeBodyPartgenerate(MimeBodyPart content, OutputEncryptor encryptor)
generate an enveloped object that contains an SMIME Enveloped object using the given content encryptor
MimeBodyPartgenerate(MimeMessage message, OutputEncryptor encryptor)
generate an enveloped object that contains an SMIME Enveloped object using the given provider from the contents of the passed in message