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

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

Introduction

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

The text is from its open source code.

Field

Constructor

SMIMESignedGenerator()
base constructor - default content transfer encoding 7bit
SMIMESignedGenerator(String defaultContentTransferEncoding)
base constructor - default content transfer encoding explicitly set
SMIMESignedGenerator(Map micAlgs)
base constructor - default content transfer encoding explicitly set

Method

voidaddAttributeCertificates(Store certStore)
voidaddCertificates(Store certStore)
voidaddSignerInfoGenerator(SignerInfoGenerator sigInfoGen)
voidaddSigners(SignerInformationStore signerStore)
Add a store of precalculated signers to the generator.
MimeMultipartgenerate(MimeBodyPart content)
MimeMultipartgenerate(MimeMessage message)
voidsetContentTransferEncoding(String encoding)
set the content-transfer-encoding for the CMS block (enveloped data, signature, etc...) in the message.