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