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