public class CompressedDataParser extends Object
CompressedData
object.
CompressedData ::= SEQUENCE { version CMSVersion, compressionAlgorithm CompressionAlgorithmIdentifier, encapContentInfo EncapsulatedContentInfo }
Modifier and Type | Field and Description |
---|---|
private AlgorithmIdentifier |
_compressionAlgorithm |
private ContentInfoParser |
_encapContentInfo |
private ASN1Integer |
_version |
Constructor and Description |
---|
CompressedDataParser(ASN1SequenceParser seq) |
Modifier and Type | Method and Description |
---|---|
AlgorithmIdentifier |
getCompressionAlgorithmIdentifier() |
ContentInfoParser |
getEncapContentInfo() |
ASN1Integer |
getVersion() |
private ASN1Integer _version
private AlgorithmIdentifier _compressionAlgorithm
private ContentInfoParser _encapContentInfo
public CompressedDataParser(ASN1SequenceParser seq) throws IOException
IOException
public ASN1Integer getVersion()
public AlgorithmIdentifier getCompressionAlgorithmIdentifier()
public ContentInfoParser getEncapContentInfo()