Class JceKeyTransEnvelopedRecipientBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.cms.RecipientBCFips
com.itextpdf.bouncycastlefips.cms.jcajce.JceKeyTransEnvelopedRecipientBCFips
- All Implemented Interfaces:
-
IRecipient
,IJceKeyTransEnvelopedRecipient
public class JceKeyTransEnvelopedRecipientBCFips extends RecipientBCFips implements IJceKeyTransEnvelopedRecipient
Wrapper class for
JceKeyTransEnvelopedRecipient
.
-
Constructor Summary
ConstructorDescriptionJceKeyTransEnvelopedRecipientBCFips
(org.bouncycastle.cms.jcajce.JceKeyTransEnvelopedRecipient jceKeyTransEnvelopedRecipient) Creates new wrapper instance forJceKeyTransEnvelopedRecipient
. -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.cms.jcajce.JceKeyTransEnvelopedRecipient
Gets actual org.bouncycastle object being wrapped.setProvider
(String provider) Calls actualsetProvider
method for the wrapped JceKeyTransEnvelopedRecipient object.Methods inherited from class com.itextpdf.bouncycastlefips.cms.RecipientBCFips
equals, getRecipient, hashCode, toString
-
Constructor Details
-
JceKeyTransEnvelopedRecipientBCFips
public JceKeyTransEnvelopedRecipientBCFips(org.bouncycastle.cms.jcajce.JceKeyTransEnvelopedRecipient jceKeyTransEnvelopedRecipient) Creates new wrapper instance forJceKeyTransEnvelopedRecipient
.- 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
Calls actualsetProvider
method for the wrapped JceKeyTransEnvelopedRecipient object.- Specified by:
-
setProvider
in interfaceIJceKeyTransEnvelopedRecipient
- Parameters:
-
provider
- provider name - Returns:
-
IJceKeyTransEnvelopedRecipient
this wrapper object.
-