Class GenExtKeyUsage

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

public class GenExtKeyUsage extends 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 Details

    • GenExtKeyUsage

      public GenExtKeyUsage()
  • Method Details

    • main

      public static void main(String[] args)