rozdzial10
Class Utils

java.lang.Object
  extended byrozdzial2.Utils
      extended byrozdzial3.Utils
          extended byrozdzial4.Utils
              extended byrozdzial5.Utils
                  extended byrozdzial6.Utils
                      extended byrozdzial7.Utils
                          extended byrozdzial8.Utils
                              extended byrozdzial9.Utils
                                  extended byrozdzial10.Utils

public class Utils
extends Utils

Klasa narzędziowa dla rozdziału 10.


Field Summary
static java.lang.String CLIENT_NAME
           
static char[] CLIENT_PASSWORD
           
static java.lang.String SERVER_NAME
          Nazwy i hasła dla potrzebnych wpisów do repozytoriów.
static char[] SERVER_PASSWORD
           
static java.lang.String TRUST_STORE_NAME
           
static char[] TRUST_STORE_PASSWORD
           
 
Fields inherited from class rozdzial9.Utils
KEY_PASSWD
 
Fields inherited from class rozdzial8.Utils
END_ENTITY_ALIAS, INTERMEDIATE_ALIAS, ROOT_ALIAS
 
Constructor Summary
Utils()
           
 
Methods inherited from class rozdzial9.Utils
buildPath, createCredentials, createMimeMessage
 
Methods inherited from class rozdzial8.Utils
createEndEntityCredential, createIntermediateCredential, createRootCredential
 
Methods inherited from class rozdzial7.Utils
generateEndEntityCert, generateIntermediateCert, generateRootCert
 
Methods inherited from class rozdzial6.Utils
generateRSAKeyPair
 
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
 

Field Detail

SERVER_NAME

public static final java.lang.String SERVER_NAME
Nazwy i hasła dla potrzebnych wpisów do repozytoriów.

See Also:
Constant Field Values

SERVER_PASSWORD

public static final char[] SERVER_PASSWORD

CLIENT_NAME

public static final java.lang.String CLIENT_NAME
See Also:
Constant Field Values

CLIENT_PASSWORD

public static final char[] CLIENT_PASSWORD

TRUST_STORE_NAME

public static final java.lang.String TRUST_STORE_NAME
See Also:
Constant Field Values

TRUST_STORE_PASSWORD

public static final char[] TRUST_STORE_PASSWORD
Constructor Detail

Utils

public Utils()


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