| Package | Description |
|---|---|
| org.bouncycastle.cms |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
CMSProcessable |
CMSDigestedData.getDigestedContent()
Return the digested content
|
| Constructor and Description |
|---|
CMSSignedData(CMSProcessable signedContent,
byte[] sigBlock) |
CMSSignedData(CMSProcessable signedContent,
org.bouncycastle.asn1.cms.ContentInfo sigData) |
CMSSignedData(CMSProcessable signedContent,
java.io.InputStream sigData)
base constructor - content with detached signature.
|