Class JceKeyAgreeEnvelopedRecipientBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.cms.RecipientBCFips
com.itextpdf.bouncycastlefips.cms.jcajce.JceKeyAgreeEnvelopedRecipientBCFips
- All Implemented Interfaces:
-
IRecipient
,IJceKeyAgreeEnvelopedRecipient
public class JceKeyAgreeEnvelopedRecipientBCFips extends RecipientBCFips implements IJceKeyAgreeEnvelopedRecipient
Wrapper class for
JceKeyAgreeEnvelopedRecipient
.
-
Constructor Summary
ConstructorDescriptionJceKeyAgreeEnvelopedRecipientBCFips
(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.bouncycastlefips.cms.RecipientBCFips
equals, getRecipient, hashCode, toString
-
Constructor Details
-
JceKeyAgreeEnvelopedRecipientBCFips
public JceKeyAgreeEnvelopedRecipientBCFips(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.
-