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

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

Introduction

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

The text is from its open source code.

Method

byte[]getContent(Recipient recipient)
Return the decrypted/encapsulated content in the EnvelopedData after recovering the content encryption/MAC key using the passed in Recipient.
CMSTypedStreamgetContentStream(Recipient recipient)
Return a CMSTypedStream representing the content in the EnvelopedData after recovering the content encryption/MAC key using the passed in Recipient.
RecipientIdgetRID()