Bouncy Castle Cryptography 1.26

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

generic compressed data object.


Method Summary
 int getAlgorithm()
          return the algorithm tag value.
 
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()
return the algorithm tag value.
Returns:
algorithm tag value.

Bouncy Castle Cryptography 1.26