Package org.bouncycastle.asn1.cms
Class CompressedDataParser
- java.lang.Object
-
- org.bouncycastle.asn1.cms.CompressedDataParser
-
public class CompressedDataParser extends java.lang.ObjectParser of RFC 3274CompressedDataobject.CompressedData ::= SEQUENCE { version CMSVersion, compressionAlgorithm CompressionAlgorithmIdentifier, encapContentInfo EncapsulatedContentInfo }
-
-
Constructor Summary
Constructors Constructor Description CompressedDataParser(ASN1SequenceParser seq)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlgorithmIdentifiergetCompressionAlgorithmIdentifier()ContentInfoParsergetEncapContentInfo()ASN1IntegergetVersion()
-
-
-
Constructor Detail
-
CompressedDataParser
public CompressedDataParser(ASN1SequenceParser seq) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
getVersion
public ASN1Integer getVersion()
-
getCompressionAlgorithmIdentifier
public AlgorithmIdentifier getCompressionAlgorithmIdentifier()
-
getEncapContentInfo
public ContentInfoParser getEncapContentInfo()
-
-