cryptix.examples.pgp
Class check_signed

java.lang.Object
  extended bycryptix.examples.pgp.check_signed

final class check_signed
extends java.lang.Object

DOCUMENT ME.


Constructor Summary
(package private) check_signed()
           
 
Method Summary
 boolean checkSignature(PublicKey publickey)
           
 byte[] getSignatureKeyId()
           
 void load(java.io.InputStream raw_in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

check_signed

check_signed()
Method Detail

checkSignature

public boolean checkSignature(PublicKey publickey)

getSignatureKeyId

public byte[] getSignatureKeyId()

load

public void load(java.io.InputStream raw_in)
          throws java.io.IOException
Throws:
java.io.IOException