rozdzial6
Class Utils

java.lang.Object
  extended byrozdzial2.Utils
      extended byrozdzial3.Utils
          extended byrozdzial4.Utils
              extended byrozdzial5.Utils
                  extended byrozdzial6.Utils
Direct Known Subclasses:
Utils

public class Utils
extends Utils

Klasa narzędziowa do rozdziału 6.


Constructor Summary
Utils()
           
 
Method Summary
static java.security.KeyPair generateRSAKeyPair()
          Tworzy parę losowych, 1024-bitowych kluczy RSA.
 
Methods inherited from class rozdzial4.Utils
createFixedRandom
 
Methods inherited from class rozdzial3.Utils
createCtrIvForAES, createKeyForAES, toByteArray, toString, toString
 
Methods inherited from class rozdzial2.Utils
toHex, toHex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

generateRSAKeyPair

public static java.security.KeyPair generateRSAKeyPair()
                                                throws java.lang.Exception
Tworzy parę losowych, 1024-bitowych kluczy RSA.

Throws:
java.lang.Exception


Przykłady do książki Kryptografia w Javie – Podstawy