Package | Description |
---|---|
old.org.bouncycastle.cms.jcajce |
Modifier and Type | Method and 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(Provider provider) |
JceKeyAgreeRecipientInfoGenerator |
JceKeyAgreeRecipientInfoGenerator.setProvider(String providerName) |
JceKeyAgreeRecipientInfoGenerator |
JceKeyAgreeRecipientInfoGenerator.setSecureRandom(SecureRandom random) |
Copyright © 2015. All rights reserved.