Class JceKeyAgreeEnvelopedRecipientBC

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

public class JceKeyAgreeEnvelopedRecipientBC extends RecipientBC implements IJceKeyAgreeEnvelopedRecipient
Wrapper class for JceKeyAgreeEnvelopedRecipient.
  • Constructor Details

    • JceKeyAgreeEnvelopedRecipientBC

      public JceKeyAgreeEnvelopedRecipientBC (org.bouncycastle.cms.jcajce.JceKeyAgreeEnvelopedRecipient jceKeyAgreeEnvelopedRecipient)
      Creates new wrapper instance for JceKeyAgreeEnvelopedRecipient.
      Parameters:
      jceKeyAgreeEnvelopedRecipient - JceKeyAgreeEnvelopedRecipient to be wrapped
  • Method Details

    • getJceKeyAgreeEnvelopedRecipient

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

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