edu.pdx.cs399J.security
Class VerifyMessage

java.lang.Object
  extended by edu.pdx.cs399J.security.VerifyMessage

public class VerifyMessage
extends Object

This program verifies that a given message was signed by the person with a given public key.


Constructor Summary
VerifyMessage()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerifyMessage

public VerifyMessage()
Method Detail

main

public static void main(String[] args)


Copyright © 2000-2009 Portland State University. All Rights Reserved.