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