chapter10
Class Utils

java.lang.Object
  extended by chapter2.Utils
      extended by chapter3.Utils
          extended by chapter4.Utils
              extended by chapter5.Utils
                  extended by chapter6.Utils
                      extended by chapter7.Utils
                          extended by chapter8.Utils
                              extended by chapter9.Utils
                                  extended by chapter10.Utils

public class Utils
extends Utils

Chapter 10 Utils


Field Summary
static java.lang.String CLIENT_NAME
           
static char[] CLIENT_PASSWORD
           
static java.lang.String SERVER_NAME
          Names and passwords for the key store entries we need.
static char[] SERVER_PASSWORD
           
static java.lang.String TRUST_STORE_NAME
           
static char[] TRUST_STORE_PASSWORD
           
 
Fields inherited from class chapter9.Utils
KEY_PASSWD
 
Fields inherited from class chapter8.Utils
END_ENTITY_ALIAS, INTERMEDIATE_ALIAS, ROOT_ALIAS
 
Constructor Summary
Utils()
           
 
Method Summary
 
Methods inherited from class chapter9.Utils
buildPath, createCredentials, createMimeMessage
 
Methods inherited from class chapter8.Utils
createEndEntityCredential, createIntermediateCredential, createRootCredential
 
Methods inherited from class chapter7.Utils
generateEndEntityCert, generateIntermediateCert, generateRootCert
 
Methods inherited from class chapter6.Utils
generateRSAKeyPair
 
Methods inherited from class chapter4.Utils
createFixedRandom
 
Methods inherited from class chapter3.Utils
createCtrIvForAES, createKeyForAES, toByteArray, toString, toString
 
Methods inherited from class chapter2.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
Names and passwords for the key store entries we need.

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()


Examples from "Beginning Cryptography with Java"