Uses of Interface
com.itextpdf.commons.bouncycastle.cms.jcajce.IJceKeyTransEnvelopedRecipient
Package
Description
-
Uses of IJceKeyTransEnvelopedRecipient in com.itextpdf.bouncycastle
Modifier and TypeMethodDescriptionBouncyCastleFactory.createJceKeyTransEnvelopedRecipient
(PrivateKey privateKey) Create Jce Key trans enveloped recipient wrapper fromPrivateKey
. -
Uses of IJceKeyTransEnvelopedRecipient in com.itextpdf.bouncycastle.cms.jcajce
Modifier and TypeClassDescriptionclass
Wrapper class forJceKeyTransEnvelopedRecipient
.Modifier and TypeMethodDescriptionJceKeyTransEnvelopedRecipientBC.setProvider
(String provider) Calls actualsetProvider
method for the wrapped JceKeyTransEnvelopedRecipient object. -
Uses of IJceKeyTransEnvelopedRecipient in com.itextpdf.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createJceKeyTransEnvelopedRecipient
(PrivateKey privateKey) Create Jce Key trans enveloped recipient wrapper fromPrivateKey
. -
Uses of IJceKeyTransEnvelopedRecipient in com.itextpdf.bouncycastlefips.cms.jcajce
Modifier and TypeClassDescriptionclass
Wrapper class forJceKeyTransEnvelopedRecipient
.Modifier and TypeMethodDescriptionJceKeyTransEnvelopedRecipientBCFips.setProvider
(String provider) Calls actualsetProvider
method for the wrapped JceKeyTransEnvelopedRecipient object. -
Uses of IJceKeyTransEnvelopedRecipient in com.itextpdf.commons.bouncycastle
Modifier and TypeMethodDescriptionIBouncyCastleFactory.createJceKeyTransEnvelopedRecipient
(PrivateKey privateKey) Create Jce Key trans enveloped recipient wrapper fromPrivateKey
. -
Uses of IJceKeyTransEnvelopedRecipient in com.itextpdf.commons.bouncycastle.cms.jcajce
Modifier and TypeMethodDescriptionIJceKeyTransEnvelopedRecipient.setProvider
(String provider) Calls actualsetProvider
method for the wrapped JceKeyTransEnvelopedRecipient object.