chapter8
Class PKCS12StoreExample

java.lang.Object
  extended by chapter8.PKCS12StoreExample

public class PKCS12StoreExample
extends java.lang.Object

Example of the creation of a PKCS #12 store


Constructor Summary
PKCS12StoreExample()
           
 
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
 

Constructor Detail

PKCS12StoreExample

public PKCS12StoreExample()
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"