Package | Description |
---|---|
org.bouncycastle.asn1.cms | |
org.bouncycastle.cms |
A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369).
|
Modifier and Type | Method and Description |
---|---|
static RecipientInfo |
RecipientInfo.getInstance(Object o)
Return a RecipientInfo object from the given object.
|
Modifier and Type | Method and Description |
---|---|
RecipientInfo |
RecipientInfoGenerator.generate(GenericKey contentEncryptionKey) |
RecipientInfo |
KEKRecipientInfoGenerator.generate(GenericKey contentEncryptionKey) |
RecipientInfo |
KeyTransRecipientInfoGenerator.generate(GenericKey contentEncryptionKey) |
RecipientInfo |
KeyAgreeRecipientInfoGenerator.generate(GenericKey contentEncryptionKey) |
RecipientInfo |
PasswordRecipientInfoGenerator.generate(GenericKey contentEncryptionKey) |
Copyright © 2018 BouncyCastle.org. All rights reserved.