Uses of Interface
com.itextpdf.commons.bouncycastle.cms.jcajce.IJceKeyAgreeEnvelopedRecipient
Package
Description
-
Uses of IJceKeyAgreeEnvelopedRecipient in com.itextpdf.bouncycastle
Modifier and TypeMethodDescriptionBouncyCastleFactory.createJceKeyAgreeEnvelopedRecipient
(PrivateKey privateKey) Create Jce Key agree enveloped recipient wrapper fromPrivateKey
. -
Uses of IJceKeyAgreeEnvelopedRecipient in com.itextpdf.bouncycastle.cms.jcajce
Modifier and TypeClassDescriptionclass
Wrapper class forJceKeyAgreeEnvelopedRecipient
.Modifier and TypeMethodDescriptionJceKeyAgreeEnvelopedRecipientBC.setProvider
(String provider) Calls actualsetProvider
method for the wrapped JceKeyAgreeEnvelopedRecipient object. -
Uses of IJceKeyAgreeEnvelopedRecipient in com.itextpdf.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createJceKeyAgreeEnvelopedRecipient
(PrivateKey privateKey) Create Jce Key agree enveloped recipient wrapper fromPrivateKey
. -
Uses of IJceKeyAgreeEnvelopedRecipient in com.itextpdf.bouncycastlefips.cms.jcajce
Modifier and TypeClassDescriptionclass
Wrapper class forJceKeyAgreeEnvelopedRecipient
.Modifier and TypeMethodDescriptionJceKeyAgreeEnvelopedRecipientBCFips.setProvider
(String provider) Calls actualsetProvider
method for the wrapped JceKeyAgreeEnvelopedRecipient object. -
Uses of IJceKeyAgreeEnvelopedRecipient in com.itextpdf.commons.bouncycastle
Modifier and TypeMethodDescriptionIBouncyCastleFactory.createJceKeyAgreeEnvelopedRecipient
(PrivateKey privateKey) Create Jce Key agree enveloped recipient wrapper fromPrivateKey
. -
Uses of IJceKeyAgreeEnvelopedRecipient in com.itextpdf.commons.bouncycastle.cms.jcajce
Modifier and TypeMethodDescriptionIJceKeyAgreeEnvelopedRecipient.setProvider
(String provider) Calls actualsetProvider
method for the wrapped JceKeyAgreeEnvelopedRecipient object.