Uses of Class
org.bouncycastle.cms.jcajce.JceKeyAgreeRecipient
-
Packages that use JceKeyAgreeRecipient Package Description org.bouncycastle.cms.jcajce CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the JCA and the JCE. -
-
Uses of JceKeyAgreeRecipient in org.bouncycastle.cms.jcajce
Subclasses of JceKeyAgreeRecipient in org.bouncycastle.cms.jcajce Modifier and Type Class Description class
JceKeyAgreeAuthenticatedRecipient
class
JceKeyAgreeEnvelopedRecipient
Methods in org.bouncycastle.cms.jcajce that return JceKeyAgreeRecipient Modifier and Type Method Description JceKeyAgreeRecipient
JceKeyAgreeRecipient. setContentProvider(String providerName)
Set the provider to use for content processing.JceKeyAgreeRecipient
JceKeyAgreeRecipient. setContentProvider(Provider provider)
Set the provider to use for content processing.JceKeyAgreeRecipient
JceKeyAgreeRecipient. setPrivateKeyAlgorithmIdentifier(org.bouncycastle.asn1.x509.AlgorithmIdentifier privKeyAlgID)
Set the algorithm identifier for the private key.JceKeyAgreeRecipient
JceKeyAgreeRecipient. setProvider(String providerName)
Set the provider to use for key recovery and content processing.JceKeyAgreeRecipient
JceKeyAgreeRecipient. setProvider(Provider provider)
Set the provider to use for key recovery and content processing.
-