chapter8
Class JKSStoreExample

java.lang.Object
  extended by chapter8.JKSStoreExample

public class JKSStoreExample
extends java.lang.Object

Example of basic use of a KeyStore.


Field Summary
static char[] keyPassword
           
 
Constructor Summary
JKSStoreExample()
           
 
Method Summary
static java.security.KeyStore createKeyStore()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keyPassword

public static char[] keyPassword
Constructor Detail

JKSStoreExample

public JKSStoreExample()
Method Detail

createKeyStore

public static java.security.KeyStore createKeyStore()
                                             throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Examples from "Beginning Cryptography with Java"