Class KeyTransRecipientInfoBCFips

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

public class KeyTransRecipientInfoBCFips extends ASN1EncodableBCFips implements IKeyTransRecipientInfo
Wrapper class for KeyTransRecipientInfo.
  • Constructor Details

    • KeyTransRecipientInfoBCFips

      public KeyTransRecipientInfoBCFips (org.bouncycastle.asn1.cms.KeyTransRecipientInfo keyTransRecipientInfo)
      Creates new wrapper instance for KeyTransRecipientInfo.
      Parameters:
      keyTransRecipientInfo - KeyTransRecipientInfo to be wrapped
    • KeyTransRecipientInfoBCFips

      public KeyTransRecipientInfoBCFips (IRecipientIdentifier recipientIdentifier, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString)
      Creates new wrapper instance for KeyTransRecipientInfo.
      Parameters:
      recipientIdentifier - RecipientIdentifier wrapper
      algorithmIdentifier - AlgorithmIdentifier wrapper
      octetString - ASN1OctetString wrapper
  • Method Details

    • getKeyTransRecipientInfo

      public org.bouncycastle.asn1.cms.KeyTransRecipientInfo getKeyTransRecipientInfo()
      Gets actual org.bouncycastle object being wrapped.
      Returns:
      wrapped KeyTransRecipientInfo.