Class Overview
RFC 3274 - CMS Compressed Data.
CompressedData ::= SEQUENCE {
version CMSVersion,
compressionAlgorithm CompressionAlgorithmIdentifier,
encapContentInfo EncapsulatedContentInfo
}
Public Constructors
Public Methods
return a CompressedData object from a tagged object.
Parameters
_ato
| the tagged object holding the object we want. |
_explicit
| true if the object is meant to be explicitly
tagged false otherwise. |
return a CompressedData object from the given object.
Parameters
_obj
| the object we want converted. |