Uses of Class
org.bouncycastle.cms.jcajce.JceKeyAgreeRecipientInfoGenerator
-
Packages that use JceKeyAgreeRecipientInfoGenerator 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 JceKeyAgreeRecipientInfoGenerator in org.bouncycastle.cms.jcajce
Methods in org.bouncycastle.cms.jcajce that return JceKeyAgreeRecipientInfoGenerator Modifier and Type Method Description JceKeyAgreeRecipientInfoGenerator
JceKeyAgreeRecipientInfoGenerator. addRecipient(byte[] subjectKeyID, PublicKey publicKey)
Add a recipient identified by the passed in subjectKeyID and the for the passed in public key.JceKeyAgreeRecipientInfoGenerator
JceKeyAgreeRecipientInfoGenerator. addRecipient(X509Certificate recipientCert)
Add a recipient based on the passed in certificate's public key and its issuer and serial number.JceKeyAgreeRecipientInfoGenerator
JceKeyAgreeRecipientInfoGenerator. setProvider(String providerName)
JceKeyAgreeRecipientInfoGenerator
JceKeyAgreeRecipientInfoGenerator. setProvider(Provider provider)
JceKeyAgreeRecipientInfoGenerator
JceKeyAgreeRecipientInfoGenerator. setSecureRandom(SecureRandom random)
JceKeyAgreeRecipientInfoGenerator
JceKeyAgreeRecipientInfoGenerator. setUserKeyingMaterial(byte[] userKeyingMaterial)
-