Class RecipientInfoBC

java.lang.Object
com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
com.itextpdf.bouncycastle.asn1.cms.RecipientInfoBC
All Implemented Interfaces:
IRecipientInfo, IASN1Encodable

public class RecipientInfoBC extends ASN1EncodableBC implements IRecipientInfo
Wrapper class for RecipientInfo.
  • Constructor Details

    • RecipientInfoBC

      public RecipientInfoBC (org.bouncycastle.asn1.cms.RecipientInfo recipientInfo)
      Creates new wrapper instance for RecipientInfo.
      Parameters:
      recipientInfo - RecipientInfo to be wrapped
    • RecipientInfoBC

      public RecipientInfoBC (IKeyTransRecipientInfo keyTransRecipientInfo)
      Creates new wrapper instance for RecipientInfo.
      Parameters:
      keyTransRecipientInfo - KeyTransRecipientInfo to create RecipientInfo
  • Method Details

    • getRecipientInfo

      public org.bouncycastle.asn1.cms.RecipientInfo getRecipientInfo()
      Gets actual org.bouncycastle object being wrapped.
      Returns:
      wrapped RecipientInfo.