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 for
JceKeyTransEnvelopedRecipient.-
Constructor Summary
ConstructorsConstructorDescriptionJceKeyTransEnvelopedRecipientBC(org.bouncycastle.cms.jcajce.JceKeyTransEnvelopedRecipient jceKeyTransEnvelopedRecipient) Creates new wrapper instance forJceKeyTransEnvelopedRecipient. -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.cms.jcajce.JceKeyTransEnvelopedRecipientGets actual org.bouncycastle object being wrapped.setProvider(String provider) Calls actualsetProvidermethod for the wrapped JceKeyTransEnvelopedRecipient object.Methods inherited from class RecipientBC
equals, getRecipient, hashCode, toString
-
Constructor Details
-
JceKeyTransEnvelopedRecipientBC
public JceKeyTransEnvelopedRecipientBC(org.bouncycastle.cms.jcajce.JceKeyTransEnvelopedRecipient jceKeyTransEnvelopedRecipient) Creates new wrapper instance forJceKeyTransEnvelopedRecipient.- Parameters:
jceKeyTransEnvelopedRecipient-JceKeyTransEnvelopedRecipientto be wrapped
-
-
Method Details
-
getJceKeyTransEnvelopedRecipient
public org.bouncycastle.cms.jcajce.JceKeyTransEnvelopedRecipient getJceKeyTransEnvelopedRecipient()Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
JceKeyTransEnvelopedRecipient.
-
setProvider
Calls actualsetProvidermethod for the wrapped JceKeyTransEnvelopedRecipient object.- Specified by:
setProviderin interfaceIJceKeyTransEnvelopedRecipient- Parameters:
provider- provider name- Returns:
IJceKeyTransEnvelopedRecipientthis wrapper object.
-