com.netscape.cmstools
Class GenExtKeyUsage

java.lang.Object
  extended by com.netscape.cmstools.GenExtKeyUsage

public class GenExtKeyUsage
extends java.lang.Object

Generates a DER-encoded Extended Key Usage extension. The first parameter is the criticality of the extension, true or false. The OIDs to be included in the extension are passed as command-line arguments. The OIDs are described in RFC 2459. For example, the OID for code signing is 1.3.6.1.5.5.7.3.3.

Version:
$Revision$, $Date$

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

GenExtKeyUsage

public GenExtKeyUsage()
Method Detail

main

public static void main(java.lang.String[] args)