Class JceKeyTransEnvelopedRecipientBC
- java.lang.Object
-
- com.itextpdf.bouncycastle.cms.RecipientBC
-
- com.itextpdf.bouncycastle.cms.jcajce.JceKeyTransEnvelopedRecipientBC
-
- All Implemented Interfaces:
IRecipient
,IJceKeyTransEnvelopedRecipient
public class JceKeyTransEnvelopedRecipientBC extends RecipientBC implements IJceKeyTransEnvelopedRecipient
Wrapper class forJceKeyTransEnvelopedRecipient
.
-
-
Constructor Summary
Constructors Constructor Description JceKeyTransEnvelopedRecipientBC(org.bouncycastle.cms.jcajce.JceKeyTransEnvelopedRecipient jceKeyTransEnvelopedRecipient)
Creates new wrapper instance forJceKeyTransEnvelopedRecipient
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.cms.jcajce.JceKeyTransEnvelopedRecipient
getJceKeyTransEnvelopedRecipient()
Gets actual org.bouncycastle object being wrapped.IJceKeyTransEnvelopedRecipient
setProvider(java.lang.String provider)
Calls actualsetProvider
method for the wrapped JceKeyTransEnvelopedRecipient object.-
Methods inherited from class com.itextpdf.bouncycastle.cms.RecipientBC
equals, getRecipient, hashCode, toString
-
-
-
-
Constructor Detail
-
JceKeyTransEnvelopedRecipientBC
public JceKeyTransEnvelopedRecipientBC(org.bouncycastle.cms.jcajce.JceKeyTransEnvelopedRecipient jceKeyTransEnvelopedRecipient)
Creates new wrapper instance forJceKeyTransEnvelopedRecipient
.- Parameters:
jceKeyTransEnvelopedRecipient
-JceKeyTransEnvelopedRecipient
to be wrapped
-
-
Method Detail
-
getJceKeyTransEnvelopedRecipient
public org.bouncycastle.cms.jcajce.JceKeyTransEnvelopedRecipient getJceKeyTransEnvelopedRecipient()
Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
JceKeyTransEnvelopedRecipient
.
-
setProvider
public IJceKeyTransEnvelopedRecipient setProvider(java.lang.String provider)
Calls actualsetProvider
method for the wrapped JceKeyTransEnvelopedRecipient object.- Specified by:
setProvider
in interfaceIJceKeyTransEnvelopedRecipient
- Parameters:
provider
- provider name- Returns:
IJceKeyTransEnvelopedRecipient
this wrapper object.
-
-