Package com.netscape.cmstools
Class GenExtKeyUsage
- java.lang.Object
-
- 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
Constructors Constructor Description GenExtKeyUsage()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-