Bouncy Castle Cryptography 1.22

org.bouncycastle.bcpg
Class TrustPacket

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

public class TrustPacket
extends ContainedPacket

Basic type for a trust packet


Constructor Summary
TrustPacket(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

TrustPacket

public TrustPacket(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.22