rozdzial8
Class PKCS12StoreExample

java.lang.Object
  extended byrozdzial8.PKCS12StoreExample

public class PKCS12StoreExample
extends java.lang.Object

Przykład tworzenia repozytorium PKCS #12.


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


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