part6
Class RSAForge

java.lang.Object
  extended bypart6.RSAForge

public class RSAForge
extends java.lang.Object

A class to forge some RSA signatures.


Field Summary
static java.math.BigInteger e
           
static java.math.BigInteger n
           
static java.math.BigInteger s1
           
static java.math.BigInteger s2
           
static java.math.BigInteger s3
           
 
Constructor Summary
RSAForge(RSATester tester)
          A constructor to initialise an object and generate forged signatures.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

n

public static final java.math.BigInteger n

e

public static final java.math.BigInteger e

s1

public static final java.math.BigInteger s1

s2

public static final java.math.BigInteger s2

s3

public static final java.math.BigInteger s3
Constructor Detail

RSAForge

public RSAForge(RSATester tester)
         throws java.lang.Exception
A constructor to initialise an object and generate forged signatures. Each forged signature should be passed to tester.test() along with a short description of what type of forgery it is and how it was created.

Throws:
java.lang.Exception