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

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

Introduction

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

The text is from its open source code.

Constructor

Method

OutputStreamopen(OutputStream out, OutputEncryptor encryptor)
generate an enveloped object that contains an CMS Enveloped Data object using the given encryptor.
OutputStreamopen(OutputStream out, ASN1EncodableVector recipientInfos, OutputEncryptor encryptor)
OutputStreamopen(ASN1ObjectIdentifier dataType, OutputStream out, OutputEncryptor encryptor)
generate an enveloped object that contains an CMS Enveloped Data object using the given encryptor and marking the data as being of the passed in type.