|
Cryptix V3.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseTest | |
cryptix.test | |
cryptix.util.test |
Uses of BaseTest in cryptix.test |
Subclasses of BaseTest in cryptix.test | |
class |
Test3LFSR
This class tests the cryptix.util.math.TrinomialLFSR class. |
class |
TestBase64Stream
This class tests the cryptix.util.mime.Base64InputStream and Base64OutputStream classes. |
class |
TestBR
This class tests the cryptix.util.math.BigRegister class. |
class |
TestElGamal
This object tests the RawElGamal* and *_ElGamal_PKCS1 classes, by generating 6 keypairs with varying strength (384- to 1024-bit in 128-bit increments). |
class |
TestHMAC
Tests the output of the HMAC message authentication code implementation against certified pre-computed output for a given set of reference input. |
class |
TestIJCE
Tests the current IJCE implementation using a SAFER cipher instance. |
class |
TestInstall
Tests whether Cryptix is installed correctly. |
class |
TestRSA
This object tests the RawRSA* and RSA_*_PKCS1 classes by generating 4 keypairs with varying strength (384- to 768-bit in 128-bit increments). |
class |
TestScar
This class tests the cryptix.tools.Scar class. Will fail when unable to write into testing directory. |
class |
TestUnixCrypt
This class tests the cryptix.tools.UnixCrypt class (it may also fail if the DES implementation is incorrect). |
Uses of BaseTest in cryptix.util.test |
Constructors in cryptix.util.test with parameters of type BaseTest | |
TestGUI.TestGUI(BaseTest owner)
Creates a TestGUI with the given owner. |
|
Cryptix V3.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |