examples
Class PKCS12

java.lang.Object
  extended by examples.PKCS12

public final class PKCS12
extends java.lang.Object

Opens a PKCS#12-file and prints its content in great detail.

Usage: java -cp examples.jar examples.PKCS12 filename password


Constructor Summary
PKCS12()
           
 
Method Summary
static void main(java.lang.String[] argv)
          Run the application
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PKCS12

public PKCS12()
Method Detail

main

public static void main(java.lang.String[] argv)
Run the application