Package org.bouncycastle.asn1.cms
Class CompressedDataParser
java.lang.Object
org.bouncycastle.asn1.cms.CompressedDataParser
Parser of RFC 3274
CompressedData
object.
CompressedData ::= SEQUENCE { version CMSVersion, compressionAlgorithm CompressionAlgorithmIdentifier, encapContentInfo EncapsulatedContentInfo }
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.x509.AlgorithmIdentifier
org.bouncycastle.asn1.ASN1Integer
-
Constructor Details
-
CompressedDataParser
- Throws:
IOException
-
-
Method Details
-
getVersion
public org.bouncycastle.asn1.ASN1Integer getVersion() -
getCompressionAlgorithmIdentifier
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getCompressionAlgorithmIdentifier() -
getEncapContentInfo
-