Class JceKeyTransEnvelopedRecipientBC

java.lang.Object
com.itextpdf.bouncycastle.cms.RecipientBC
com.itextpdf.bouncycastle.cms.jcajce.JceKeyTransEnvelopedRecipientBC
All Implemented Interfaces:
IRecipient, IJceKeyTransEnvelopedRecipient

public class JceKeyTransEnvelopedRecipientBC extends RecipientBC implements IJceKeyTransEnvelopedRecipient
Wrapper class for JceKeyTransEnvelopedRecipient.
  • Constructor Details

    • JceKeyTransEnvelopedRecipientBC

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