Bouncy Castle Cryptography Library 1.84

org.bouncycastle.openpgp
Class PGPTrust

java.lang.Object
  extended byorg.bouncycastle.openpgp.PGPTrust

public class PGPTrust
extends java.lang.Object


Constructor Summary
PGPTrust(BCPGInputStream inputStream)
           
PGPTrust(TrustPacket packet)
           
 
Method Summary
 byte[] getLevelAndTrust()
           
 TrustPacket getPacket()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PGPTrust

public PGPTrust(TrustPacket packet)

PGPTrust

public PGPTrust(BCPGInputStream inputStream)
         throws java.io.IOException
Method Detail

getPacket

public TrustPacket getPacket()

getLevelAndTrust

public byte[] getLevelAndTrust()

Bouncy Castle Cryptography Library 1.84