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

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

Introduction

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

The text is from its open source code.

Constructor

Method

OutputStreamopen(OutputStream out, boolean encapsulate)
generate a signed object that for a CMS Signed Data object using the given provider - if encapsulate is true a copy of the message will be included in the signature with the default content type "data".