Class JceKeyAgreeEnvelopedRecipientBC
java.lang.Object
com.itextpdf.bouncycastle.cms.RecipientBC
com.itextpdf.bouncycastle.cms.jcajce.JceKeyAgreeEnvelopedRecipientBC
- All Implemented Interfaces:
IRecipient, IJceKeyAgreeEnvelopedRecipient
public class JceKeyAgreeEnvelopedRecipientBC
extends RecipientBC
implements IJceKeyAgreeEnvelopedRecipient
Wrapper class for
JceKeyAgreeEnvelopedRecipient.-
Constructor Summary
ConstructorsConstructorDescriptionJceKeyAgreeEnvelopedRecipientBC(org.bouncycastle.cms.jcajce.JceKeyAgreeEnvelopedRecipient jceKeyAgreeEnvelopedRecipient) Creates new wrapper instance forJceKeyAgreeEnvelopedRecipient. -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.cms.jcajce.JceKeyAgreeEnvelopedRecipientGets actual org.bouncycastle object being wrapped.setProvider(String provider) Calls actualsetProvidermethod for the wrapped JceKeyAgreeEnvelopedRecipient object.Methods inherited from class RecipientBC
equals, getRecipient, hashCode, toString
-
Constructor Details
-
JceKeyAgreeEnvelopedRecipientBC
public JceKeyAgreeEnvelopedRecipientBC(org.bouncycastle.cms.jcajce.JceKeyAgreeEnvelopedRecipient jceKeyAgreeEnvelopedRecipient) Creates new wrapper instance forJceKeyAgreeEnvelopedRecipient.- Parameters:
jceKeyAgreeEnvelopedRecipient-JceKeyAgreeEnvelopedRecipientto be wrapped
-
-
Method Details
-
getJceKeyAgreeEnvelopedRecipient
public org.bouncycastle.cms.jcajce.JceKeyAgreeEnvelopedRecipient getJceKeyAgreeEnvelopedRecipient()Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
JceKeyAgreeEnvelopedRecipient.
-
setProvider
Calls actualsetProvidermethod for the wrapped JceKeyAgreeEnvelopedRecipient object.- Specified by:
setProviderin interfaceIJceKeyAgreeEnvelopedRecipient- Parameters:
provider- provider name- Returns:
IJceKeyAgreeEnvelopedRecipientthis wrapper object.
-