Package | Description |
---|---|
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 | Interface and Description |
---|---|
interface |
CMSTypedData |
Modifier and Type | Class and Description |
---|---|
class |
CMSAbsentContent
a class representing null or absent content.
|
class |
CMSProcessableByteArray
a holding class for a byte array of data to be processed.
|
class |
CMSProcessableFile
a holding class for a file of data to be processed.
|
class |
PKCS7ProcessableObject |
Modifier and Type | Method and Description |
---|---|
CMSProcessable |
CMSDigestedData.getDigestedContent()
Return the digested content
|
Constructor and Description |
---|
CMSSignedData(CMSProcessable signedContent,
byte[] sigBlock) |
CMSSignedData(CMSProcessable signedContent,
ContentInfo sigData) |
CMSSignedData(CMSProcessable signedContent,
InputStream sigData)
base constructor - content with detached signature.
|
Copyright © 2018 BouncyCastle.org. All rights reserved.