public class CompressedDataParser
extends java.lang.Object
CompressedData ::= SEQUENCE {
version CMSVersion,
compressionAlgorithm CompressionAlgorithmIdentifier,
encapContentInfo EncapsulatedContentInfo
}
| Modifier and Type | Field and Description |
|---|---|
private AlgorithmIdentifier |
_compressionAlgorithm |
private ContentInfoParser |
_encapContentInfo |
private DERInteger |
_version |
| Constructor and Description |
|---|
CompressedDataParser(ASN1SequenceParser seq) |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmIdentifier |
getCompressionAlgorithmIdentifier() |
ContentInfoParser |
getEncapContentInfo() |
DERInteger |
getVersion() |
private DERInteger _version
private AlgorithmIdentifier _compressionAlgorithm
private ContentInfoParser _encapContentInfo
public CompressedDataParser(ASN1SequenceParser seq) throws java.io.IOException
java.io.IOExceptionpublic DERInteger getVersion()
public AlgorithmIdentifier getCompressionAlgorithmIdentifier()
public ContentInfoParser getEncapContentInfo()
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.