Class JceKeyTransEnvelopedRecipientBCFips

java.lang.Object
com.itextpdf.bouncycastlefips.cms.RecipientBCFips
com.itextpdf.bouncycastlefips.cms.jcajce.JceKeyTransEnvelopedRecipientBCFips
All Implemented Interfaces:
IRecipient, IJceKeyTransEnvelopedRecipient

public class JceKeyTransEnvelopedRecipientBCFips extends RecipientBCFips implements IJceKeyTransEnvelopedRecipient
Wrapper class for JceKeyTransEnvelopedRecipient.
  • Constructor Details

    • JceKeyTransEnvelopedRecipientBCFips

      public JceKeyTransEnvelopedRecipientBCFips (org.bouncycastle.cms.jcajce.JceKeyTransEnvelopedRecipient jceKeyTransEnvelopedRecipient)
      Creates new wrapper instance for JceKeyTransEnvelopedRecipient.
      Parameters:
      jceKeyTransEnvelopedRecipient - JceKeyTransEnvelopedRecipient to be wrapped
  • Method Details

    • getJceKeyTransEnvelopedRecipient

      public org.bouncycastle.cms.jcajce.JceKeyTransEnvelopedRecipient getJceKeyTransEnvelopedRecipient()
      Gets actual org.bouncycastle object being wrapped.
      Returns:
      wrapped JceKeyTransEnvelopedRecipient.
    • setProvider

      public IJceKeyTransEnvelopedRecipient setProvider (String provider)
      Calls actual setProvider method for the wrapped JceKeyTransEnvelopedRecipient object.
      Specified by:
      setProvider in interface IJceKeyTransEnvelopedRecipient
      Parameters:
      provider - provider name
      Returns:
      IJceKeyTransEnvelopedRecipient this wrapper object.