rozdzial8
Class JKSStoreExample

java.lang.Object
  extended byrozdzial8.JKSStoreExample

public class JKSStoreExample
extends java.lang.Object

Przykład prostego wykorzystania obiektu 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


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