part6
Interface RSATester


public interface RSATester

An interface for classes to record and test RSA forgeries.


Method Summary
 void test(java.math.BigInteger signature, java.lang.String description)
          A forgery signature is recorded and tested by passing it to this method along with a description description of what type of forgery it is and how it was created.
 

Method Detail

test

public void test(java.math.BigInteger signature,
                 java.lang.String description)
          throws java.lang.Exception
A forgery signature is recorded and tested by passing it to this method along with a description description of what type of forgery it is and how it was created.

Throws:
java.lang.Exception