Bouncy Castle Cryptography Library 1.79

org.bouncycastle.asn1.cms
Class CompressedDataParser

java.lang.Object
  extended byorg.bouncycastle.asn1.cms.CompressedDataParser

public class CompressedDataParser
extends java.lang.Object

Parser of RFC 3274 CompressedData object.

CompressedData ::= SEQUENCE { version CMSVersion, compressionAlgorithm CompressionAlgorithmIdentifier, encapContentInfo EncapsulatedContentInfo }


Constructor Summary
CompressedDataParser(org.bouncycastle.asn1.ASN1SequenceParser seq)
           
 
Method Summary
 org.bouncycastle.asn1.x509.AlgorithmIdentifier getCompressionAlgorithmIdentifier()
           
 ContentInfoParser getEncapContentInfo()
           
 org.bouncycastle.asn1.ASN1Integer getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompressedDataParser

public CompressedDataParser(org.bouncycastle.asn1.ASN1SequenceParser seq)
                     throws java.io.IOException
Method Detail

getVersion

public org.bouncycastle.asn1.ASN1Integer getVersion()

getCompressionAlgorithmIdentifier

public org.bouncycastle.asn1.x509.AlgorithmIdentifier getCompressionAlgorithmIdentifier()

getEncapContentInfo

public ContentInfoParser getEncapContentInfo()

Bouncy Castle Cryptography Library 1.79