org.bouncycastle.asn1.cms

Class CompressedDataParser


public class CompressedDataParser
extends java.lang.Object

RFC 3274 - CMS Compressed Data.
 CompressedData ::= SEQUENCE {
  version CMSVersion,
  compressionAlgorithm CompressionAlgorithmIdentifier,
  encapContentInfo EncapsulatedContentInfo
 }
 

Constructor Summary

CompressedDataParser(ASN1SequenceParser seq)

Method Summary

AlgorithmIdentifier
getCompressionAlgorithmIdentifier()
ContentInfoParser
getEncapContentInfo()
DERInteger
getVersion()

Constructor Details

CompressedDataParser

public CompressedDataParser(ASN1SequenceParser seq)
            throws IOException

Method Details

getCompressionAlgorithmIdentifier

public AlgorithmIdentifier getCompressionAlgorithmIdentifier()

getEncapContentInfo

public ContentInfoParser getEncapContentInfo()

getVersion

public DERInteger getVersion()