Bouncy Castle Cryptography 1.71

org.bouncycastle.bcpg
Class CompressedDataPacket

java.lang.Object
  |
  +--org.bouncycastle.bcpg.Packet
        |
        +--org.bouncycastle.bcpg.InputStreamPacket
              |
              +--org.bouncycastle.bcpg.CompressedDataPacket

public class CompressedDataPacket
extends InputStreamPacket

A generic compressed data object.


Method Summary
 int getAlgorithm()
          Gets the compression algorithm used for this packet.
 
Methods inherited from class org.bouncycastle.bcpg.InputStreamPacket
getInputStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAlgorithm

public int getAlgorithm()
Gets the compression algorithm used for this packet.
Returns:
the compression algorithm tag value.

Bouncy Castle Cryptography 1.71