Bouncy Castle Cryptography 1.29

org.bouncycastle.bcpg
Class MarkerPacket

java.lang.Object
  |
  +--org.bouncycastle.bcpg.Packet
        |
        +--org.bouncycastle.bcpg.ContainedPacket
              |
              +--org.bouncycastle.bcpg.MarkerPacket

public class MarkerPacket
extends ContainedPacket

Basic type for a marker packet


Constructor Summary
MarkerPacket(BCPGInputStream in)
           
 
Method Summary
 void encode(BCPGOutputStream out)
           
 
Methods inherited from class org.bouncycastle.bcpg.ContainedPacket
getEncoded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkerPacket

public MarkerPacket(BCPGInputStream in)
             throws java.io.IOException
Method Detail

encode

public void encode(BCPGOutputStream out)
            throws java.io.IOException
Overrides:
encode in class ContainedPacket

Bouncy Castle Cryptography 1.29