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.JceKeyTransEnvelopedRecipientgetJceKeyTransEnvelopedRecipient()Gets actual org.bouncycastle object being wrapped.IJceKeyTransEnvelopedRecipientsetProvider(java.lang.String provider)Calls actualsetProvidermethod 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-JceKeyTransEnvelopedRecipientto 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 actualsetProvidermethod for the wrapped JceKeyTransEnvelopedRecipient object.- Specified by:
setProviderin interfaceIJceKeyTransEnvelopedRecipient- Parameters:
provider- provider name- Returns:
IJceKeyTransEnvelopedRecipientthis wrapper object.
-
-