cryptix.test
Class TestRSA
public
class
TestRSA
extends BaseTest
This object tests the RawRSA* and RSA_*_PKCS1 classes by generating
4 keypairs with varying strength (384- to 768-bit in 128-bit increments).
It then tests each newly created keypair by signing a fixed string with
the private key and verifying the obtained signature with the public one.
Copyright © 1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.13 $
Since: Cryptix 2.2.2
Author: Raif S. Naffah
protected void engineTest()
public static void main(String[] args)