public class CompressedDataParser
extends java.lang.Object
CompressedData object.
CompressedData ::= SEQUENCE {
version CMSVersion,
compressionAlgorithm CompressionAlgorithmIdentifier,
encapContentInfo EncapsulatedContentInfo
}
| Constructor and Description |
|---|
CompressedDataParser(org.bouncycastle.asn1.ASN1SequenceParser seq) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getCompressionAlgorithmIdentifier() |
ContentInfoParser |
getEncapContentInfo() |
org.bouncycastle.asn1.ASN1Integer |
getVersion() |
public CompressedDataParser(org.bouncycastle.asn1.ASN1SequenceParser seq)
throws java.io.IOException
java.io.IOExceptionpublic org.bouncycastle.asn1.ASN1Integer getVersion()
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getCompressionAlgorithmIdentifier()
public ContentInfoParser getEncapContentInfo()