|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchapter2.Utils
chapter3.Utils
chapter4.Utils
chapter5.Utils
chapter6.Utils
chapter7.Utils
chapter8.Utils
chapter9.Utils
chapter10.Utils
public class 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 |
---|
public static final java.lang.String SERVER_NAME
public static final char[] SERVER_PASSWORD
public static final java.lang.String CLIENT_NAME
public static final char[] CLIENT_PASSWORD
public static final java.lang.String TRUST_STORE_NAME
public static final char[] TRUST_STORE_PASSWORD
Constructor Detail |
---|
public Utils()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |