Java org.bouncycastle.cms CMSSignedDataGenerator fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.cms CMSSignedDataGenerator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.cms CMSSignedDataGenerator.

The text is from its open source code.

Subclass

org.bouncycastle.cms.CMSSignedDataGenerator has subclasses.
Click this link to see all its subclasses.

Constructor

CMSSignedDataGenerator()
base constructor

Method

CMSSignedDatagenerate( CMSTypedData content, boolean encapsulate)
Generate a CMS Signed Data object which can be carrying a detached CMS signature, or have encapsulated data, depending on the value of the encapsulated parameter.
CMSSignedDatagenerate(CMSTypedData content)
Generate a CMS Signed Data object carrying a detached CMS signature.