Package | Description |
---|---|
org.bouncycastle.cms.jcajce |
Modifier and Type | Method and Description |
---|---|
JceKeyAgreeRecipientInfoGenerator |
JceKeyAgreeRecipientInfoGenerator.addRecipient(byte[] subjectKeyID,
java.security.PublicKey publicKey)
Add a recipient identified by the passed in subjectKeyID and the for the passed in public key.
|
JceKeyAgreeRecipientInfoGenerator |
JceKeyAgreeRecipientInfoGenerator.addRecipient(java.security.cert.X509Certificate recipientCert)
Add a recipient based on the passed in certificate's public key and its issuer and serial number.
|
JceKeyAgreeRecipientInfoGenerator |
JceKeyAgreeRecipientInfoGenerator.setProvider(java.security.Provider provider) |
JceKeyAgreeRecipientInfoGenerator |
JceKeyAgreeRecipientInfoGenerator.setProvider(java.lang.String providerName) |
JceKeyAgreeRecipientInfoGenerator |
JceKeyAgreeRecipientInfoGenerator.setSecureRandom(java.security.SecureRandom random) |
JceKeyAgreeRecipientInfoGenerator |
JceKeyAgreeRecipientInfoGenerator.setUserKeyingMaterial(byte[] userKeyingMaterial) |