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 Summary
ConstructorsConstructorDescriptionJceKeyAgreeEnvelopedRecipientBC
(org.bouncycastle.cms.jcajce.JceKeyAgreeEnvelopedRecipient jceKeyAgreeEnvelopedRecipient) Creates new wrapper instance forJceKeyAgreeEnvelopedRecipient
. -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.cms.jcajce.JceKeyAgreeEnvelopedRecipient
Gets actual org.bouncycastle object being wrapped.setProvider
(String provider) Calls actualsetProvider
method for the wrapped JceKeyAgreeEnvelopedRecipient object.Methods inherited from class com.itextpdf.bouncycastle.cms.RecipientBC
equals, getRecipient, hashCode, toString
-
Constructor Details
-
JceKeyAgreeEnvelopedRecipientBC
public JceKeyAgreeEnvelopedRecipientBC(org.bouncycastle.cms.jcajce.JceKeyAgreeEnvelopedRecipient jceKeyAgreeEnvelopedRecipient) Creates new wrapper instance forJceKeyAgreeEnvelopedRecipient
.- 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
Calls actualsetProvider
method for the wrapped JceKeyAgreeEnvelopedRecipient object.- Specified by:
setProvider
in interfaceIJceKeyAgreeEnvelopedRecipient
- Parameters:
provider
- provider name- Returns:
IJceKeyAgreeEnvelopedRecipient
this wrapper object.
-