Package Crypto :: Package SelfTest :: Package PublicKey :: Module test_RSA :: Class RSATest
[hide private]
[frames] | no frames]

Class RSATest

       object --+    
                |    
unittest.TestCase --+
                    |
                   RSATest
Known Subclasses:

Nested Classes [hide private]

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
setUp(self)
Hook method for setting up the test fixture before exercising it.
 
test_generate_1arg(self)
RSA (default implementation) generated key (1 argument)
 
test_generate_2arg(self)
RSA (default implementation) generated key (2 arguments)
 
test_construct_2tuple(self)
RSA (default implementation) constructed key (2-tuple)
 
test_construct_3tuple(self)
RSA (default implementation) constructed key (3-tuple)
 
test_construct_4tuple(self)
RSA (default implementation) constructed key (4-tuple)
 
test_construct_5tuple(self)
RSA (default implementation) constructed key (5-tuple)
 
test_construct_6tuple(self)
RSA (default implementation) constructed key (6-tuple)
 
_check_private_key(self, rsaObj)
 
_check_public_key(self, rsaObj)
 
_exercise_primitive(self, rsaObj)
 
_exercise_public_primitive(self, rsaObj)
 
_check_encryption(self, rsaObj)
 
_check_decryption(self, rsaObj)
 
_check_verification(self, rsaObj)
 
_check_signing(self, rsaObj)

Inherited from unittest.TestCase: __call__, __eq__, __hash__, __init__, __ne__, __repr__, __str__, assertAlmostEqual, assertAlmostEquals, assertEqual, assertEquals, assertFalse, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertRaises, assertTrue, assert_, countTestCases, debug, defaultTestResult, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, shortDescription, tearDown

Inherited from unittest.TestCase (private): _exc_info

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  plaintext = '\n eb 7a 19 ac e9 e3 00 63 50 e3 29 50 ...
  ciphertext = '\n 12 53 e0 4d c0 a5 39 7b b4 4a 7a b8 7e...
  modulus = '\n bb f8 2f 09 06 82 ce 9c 23 38 ac 2b 9d a8...
  e = 17
  prime_factor = '\n c9 7f b1 f0 27 f4 53 f6 34 12 33 ea ...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

setUp(self)

 
Hook method for setting up the test fixture before exercising it.
Overrides: unittest.TestCase.setUp
(inherited documentation)

Class Variable Details [hide private]

plaintext

Value:
'''
           eb 7a 19 ac e9 e3 00 63 50 e3 29 50 4b 45 e2
        ca 82 31 0b 26 dc d8 7d 5c 68 f1 ee a8 f5 52 67
        c3 1b 2e 8b b4 25 1f 84 d7 e0 b2 c0 46 26 f5 af
        f9 3e dc fb 25 c9 c2 b3 ff 8a e1 0e 83 9a 2d db
        4c dc fe 4f f4 77 28 b4 a1 b7 c1 36 2b aa d2 9a
        b4 8d 28 69 d5 02 41 21 43 58 11 59 1b e3 92 f9
        82 fb 3e 87 d0 95 ae b4 04 48 db 97 2f 3a c1 4f
...

ciphertext

Value:
'''
        12 53 e0 4d c0 a5 39 7b b4 4a 7a b8 7e 9b f2 a0
        39 a3 3d 1e 99 6f c8 2a 94 cc d3 00 74 c9 5d f7
        63 72 20 17 06 9e 52 68 da 5d 1c 0b 4f 87 2c f6
        53 c1 1d f8 23 14 a6 79 68 df ea e2 8d ef 04 bb
        6d 84 b1 c3 1d 65 4a 19 70 e5 78 3b d6 eb 96 a0
        24 c2 ca 2f 4a 90 fe 9f 2e f5 c9 c1 40 e5 bb 48
        da 95 36 ad 87 00 c8 4f c9 13 0a de a7 4e 55 8d
...

modulus

Value:
'''
        bb f8 2f 09 06 82 ce 9c 23 38 ac 2b 9d a8 71 f7
        36 8d 07 ee d4 10 43 a4 40 d6 b6 f0 74 54 f5 1f
        b8 df ba af 03 5c 02 ab 61 ea 48 ce eb 6f cd 48
        76 ed 52 0d 60 e1 ec 46 19 71 9d 8a 5b 8b 80 7f
        af b8 e0 a3 df c7 37 72 3e e6 b4 b7 d9 3a 25 84
        ee 6a 64 9d 06 09 53 74 88 34 b2 45 45 98 39 4e
        e0 aa b1 2d 7b 61 a5 1f 52 7a 9a 41 f6 c1 68 7f
...

prime_factor

Value:
'''
        c9 7f b1 f0 27 f4 53 f6 34 12 33 ea aa d1 d9 35
        3f 6c 42 d0 88 66 b1 d0 5a 0f 20 35 02 8b 9d 86
        98 40 b4 16 66 b4 2e 92 ea 0d a3 b4 32 04 b5 cf
        ce 33 52 52 4d 04 16 a5 a4 41 e7 00 af 46 15 03
    '''