Class RecipientIdentifierBCFips

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

public class RecipientIdentifierBCFips extends ASN1EncodableBCFips implements IRecipientIdentifier
Wrapper class for RecipientIdentifier.
  • Constructor Details

    • RecipientIdentifierBCFips

      public RecipientIdentifierBCFips (org.bouncycastle.asn1.cms.RecipientIdentifier recipientIdentifier)
      Creates new wrapper instance for RecipientIdentifier.
      Parameters:
      recipientIdentifier - RecipientIdentifier to be wrapped
    • RecipientIdentifierBCFips

      public RecipientIdentifierBCFips (IIssuerAndSerialNumber issuerAndSerialNumber)
      Creates new wrapper instance for RecipientIdentifier.
      Parameters:
      issuerAndSerialNumber - IssuerAndSerialNumber wrapper to create RecipientIdentifier
  • Method Details

    • getRecipientIdentifier

      public org.bouncycastle.asn1.cms.RecipientIdentifier getRecipientIdentifier()
      Gets actual org.bouncycastle object being wrapped.
      Returns:
      wrapped RecipientIdentifier.