Class CompressedDataParser


  • public class CompressedDataParser
    extends Object
    Parser of RFC 3274 CompressedData object.

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

      • CompressedDataParser

        public CompressedDataParser​(org.bouncycastle.asn1.ASN1SequenceParser seq)
                             throws IOException
        Throws:
        IOException
    • Method Detail

      • getVersion

        public org.bouncycastle.asn1.ASN1Integer getVersion()
      • getCompressionAlgorithmIdentifier

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