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 forJceKeyAgreeEnvelopedRecipient.
-
-
Constructor Summary
Constructors Constructor Description JceKeyAgreeEnvelopedRecipientBC(org.bouncycastle.cms.jcajce.JceKeyAgreeEnvelopedRecipient jceKeyAgreeEnvelopedRecipient)Creates new wrapper instance forJceKeyAgreeEnvelopedRecipient.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.cms.jcajce.JceKeyAgreeEnvelopedRecipientgetJceKeyAgreeEnvelopedRecipient()Gets actual org.bouncycastle object being wrapped.IJceKeyAgreeEnvelopedRecipientsetProvider(java.lang.String provider)Calls actualsetProvidermethod for the wrapped JceKeyAgreeEnvelopedRecipient object.-
Methods inherited from class com.itextpdf.bouncycastle.cms.RecipientBC
equals, getRecipient, hashCode, toString
-
-
-
-
Constructor Detail
-
JceKeyAgreeEnvelopedRecipientBC
public JceKeyAgreeEnvelopedRecipientBC(org.bouncycastle.cms.jcajce.JceKeyAgreeEnvelopedRecipient jceKeyAgreeEnvelopedRecipient)
Creates new wrapper instance forJceKeyAgreeEnvelopedRecipient.- Parameters:
jceKeyAgreeEnvelopedRecipient-JceKeyAgreeEnvelopedRecipientto be wrapped
-
-
Method Detail
-
getJceKeyAgreeEnvelopedRecipient
public org.bouncycastle.cms.jcajce.JceKeyAgreeEnvelopedRecipient getJceKeyAgreeEnvelopedRecipient()
Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
JceKeyAgreeEnvelopedRecipient.
-
setProvider
public IJceKeyAgreeEnvelopedRecipient setProvider(java.lang.String provider)
Calls actualsetProvidermethod for the wrapped JceKeyAgreeEnvelopedRecipient object.- Specified by:
setProviderin interfaceIJceKeyAgreeEnvelopedRecipient- Parameters:
provider- provider name- Returns:
IJceKeyAgreeEnvelopedRecipientthis wrapper object.
-
-