Class RecipientIdentifierBC

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

public class RecipientIdentifierBC extends ASN1EncodableBC implements IRecipientIdentifier
Wrapper class for RecipientIdentifier.
  • Constructor Details

    • RecipientIdentifierBC

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

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