Package | Description |
---|---|
org.bouncycastle.cms.bc |
CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the BC lightweight API.
|
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 |
BcPasswordEnvelopedRecipient |
class |
BcPasswordRecipient
the RecipientInfo class for a recipient who has been sent a message
encrypted using a password.
|
Modifier and Type | Class and Description |
---|---|
class |
JcePasswordAuthenticatedRecipient |
class |
JcePasswordEnvelopedRecipient |
class |
JcePasswordRecipient
the RecipientInfo class for a recipient who has been sent a message
encrypted using a password.
|
Copyright © 2018 BouncyCastle.org. All rights reserved.