org.bouncycastle.asn1.cms
Class CompressedDataParser
java.lang.Object
|
+--org.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
}
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompressedDataParser
public CompressedDataParser(ASN1SequenceParser seq)
throws java.io.IOException
getVersion
public ASN1Integer getVersion()
getCompressionAlgorithmIdentifier
public AlgorithmIdentifier getCompressionAlgorithmIdentifier()
getEncapContentInfo
public ContentInfoParser getEncapContentInfo()