Package | Description |
---|---|
org.bouncycastle.cms.jcajce |
CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the JCA and the JCE.
|
Modifier and Type | Class and Description |
---|---|
class |
JceKeyAgreeAuthenticatedRecipient |
class |
JceKeyAgreeEnvelopedRecipient |
Modifier and Type | Method and Description |
---|---|
JceKeyAgreeRecipient |
JceKeyAgreeRecipient.setContentProvider(Provider provider)
Set the provider to use for content processing.
|
JceKeyAgreeRecipient |
JceKeyAgreeRecipient.setContentProvider(String providerName)
Set the provider to use for content processing.
|
JceKeyAgreeRecipient |
JceKeyAgreeRecipient.setProvider(Provider provider)
Set the provider to use for key recovery and content processing.
|
JceKeyAgreeRecipient |
JceKeyAgreeRecipient.setProvider(String providerName)
Set the provider to use for key recovery and content processing.
|
Copyright © 2018 BouncyCastle.org. All rights reserved.