Class RecipientInfoBCFips

java.lang.Object
com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
com.itextpdf.bouncycastlefips.asn1.cms.RecipientInfoBCFips
All Implemented Interfaces:
IRecipientInfo, IASN1Encodable

public class RecipientInfoBCFips extends ASN1EncodableBCFips implements IRecipientInfo
Wrapper class for RecipientInfo.
  • Constructor Details

    • RecipientInfoBCFips

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

      public RecipientInfoBCFips (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.