Package | Description |
---|---|
old.org.bouncycastle.cert.crmf | |
old.org.bouncycastle.cms | |
old.org.bouncycastle.mail.smime |
Modifier and Type | Method and Description |
---|---|
CMSEnvelopedData |
PKIArchiveControl.getEnvelopedData()
Return the enveloped data structure contained in this control.
|
Modifier and Type | Method and Description |
---|---|
CMSEnvelopedData |
CMSEnvelopedDataGenerator.generate(CMSProcessable content,
String encryptionOID,
int keySize,
Provider provider)
Deprecated.
use OutputEncryptor method.
|
CMSEnvelopedData |
CMSEnvelopedDataGenerator.generate(CMSProcessable content,
String encryptionOID,
int keySize,
String provider)
Deprecated.
use OutputEncryptor method.
|
CMSEnvelopedData |
CMSEnvelopedDataGenerator.generate(CMSProcessable content,
String encryptionOID,
Provider provider)
Deprecated.
use OutputEncryptor method.
|
CMSEnvelopedData |
CMSEnvelopedDataGenerator.generate(CMSProcessable content,
String encryptionOID,
String provider)
Deprecated.
use OutputEncryptor method.
|
CMSEnvelopedData |
CMSEnvelopedDataGenerator.generate(CMSTypedData content,
OutputEncryptor contentEncryptor)
generate an enveloped object that contains an CMS Enveloped Data
object using the given provider.
|
Modifier and Type | Class and Description |
---|---|
class |
SMIMEEnveloped
containing class for an S/MIME pkcs7-mime encrypted MimePart.
|
Copyright © 2015. All rights reserved.