Uses of Class
org.bouncycastle.cms.jcajce.JceKeyAgreeRecipient
Packages that use JceKeyAgreeRecipient
-
Uses of JceKeyAgreeRecipient in org.bouncycastle.cms.jcajce
Subclasses of JceKeyAgreeRecipient in org.bouncycastle.cms.jcajceModifier and TypeClassDescriptionclassclassMethods in org.bouncycastle.cms.jcajce that return JceKeyAgreeRecipientModifier and TypeMethodDescriptionJceKeyAgreeRecipient.setContentProvider(String providerName) Set the provider to use for content processing.JceKeyAgreeRecipient.setContentProvider(Provider provider) Set the provider to use for content processing.JceKeyAgreeRecipient.setPrivateKeyAlgorithmIdentifier(AlgorithmIdentifier privKeyAlgID) Set the algorithm identifier for the private key.JceKeyAgreeRecipient.setProvider(String providerName) Set the provider to use for key recovery and content processing.JceKeyAgreeRecipient.setProvider(Provider provider) Set the provider to use for key recovery and content processing.JceKeyAgreeRecipient.setUnwrappingProvider(String providerName) Set the provider to use for unwrapping the content session key.JceKeyAgreeRecipient.setUnwrappingProvider(Provider provider) Set the provider to use for unwrapping the content session key.