Uses of Interface
com.itextpdf.commons.bouncycastle.cms.jcajce.IJceKeyTransEnvelopedRecipient
-
-
Uses of IJceKeyTransEnvelopedRecipient in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IJceKeyTransEnvelopedRecipient Modifier and Type Method Description IJceKeyTransEnvelopedRecipient
BouncyCastleFactory. createJceKeyTransEnvelopedRecipient(java.security.PrivateKey privateKey)
Create Jce Key trans enveloped recipient wrapper fromPrivateKey
. -
Uses of IJceKeyTransEnvelopedRecipient in com.itextpdf.bouncycastle.cms.jcajce
Classes in com.itextpdf.bouncycastle.cms.jcajce that implement IJceKeyTransEnvelopedRecipient Modifier and Type Class Description class
JceKeyTransEnvelopedRecipientBC
Wrapper class forJceKeyTransEnvelopedRecipient
.Methods in com.itextpdf.bouncycastle.cms.jcajce that return IJceKeyTransEnvelopedRecipient Modifier and Type Method Description IJceKeyTransEnvelopedRecipient
JceKeyTransEnvelopedRecipientBC. setProvider(java.lang.String provider)
Calls actualsetProvider
method for the wrapped JceKeyTransEnvelopedRecipient object. -
Uses of IJceKeyTransEnvelopedRecipient in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IJceKeyTransEnvelopedRecipient Modifier and Type Method Description IJceKeyTransEnvelopedRecipient
BouncyCastleDefaultFactory. createJceKeyTransEnvelopedRecipient(java.security.PrivateKey privateKey)
-
Uses of IJceKeyTransEnvelopedRecipient in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IJceKeyTransEnvelopedRecipient Modifier and Type Method Description IJceKeyTransEnvelopedRecipient
IBouncyCastleFactory. createJceKeyTransEnvelopedRecipient(java.security.PrivateKey privateKey)
Create Jce Key trans enveloped recipient wrapper fromPrivateKey
. -
Uses of IJceKeyTransEnvelopedRecipient in com.itextpdf.commons.bouncycastle.cms.jcajce
Methods in com.itextpdf.commons.bouncycastle.cms.jcajce that return IJceKeyTransEnvelopedRecipient Modifier and Type Method Description IJceKeyTransEnvelopedRecipient
IJceKeyTransEnvelopedRecipient. setProvider(java.lang.String provider)
Calls actualsetProvider
method for the wrapped JceKeyTransEnvelopedRecipient object.
-