Package com.netscape.cmstools
Class GenIssuerAltNameExt
java.lang.Object
com.netscape.cmstools.GenIssuerAltNameExt
This program generates an issuer alternative name extension
in base-64 encoding. The encoding output can be used with
the configuration wizard.
Usage:
GenIssuerAltNameExt \ <general_type0> <general_name0> ... <general_typeN> <general_nameN> where, <general_type> can be one of the following string: DNSName EDIPartyName IPAddressName URIName RFC822Name OIDName X500Name <general_name> is string
- Version:
- $Revision$, $Date$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.mozilla.jss.netscape.security.x509.GeneralNameInterface
buildGeneralNameInterface
(String type, String value) static void
doUsage()
static void
static void
output
(org.mozilla.jss.netscape.security.x509.IssuerAlternativeNameExtension ext)
-
Constructor Details
-
GenIssuerAltNameExt
public GenIssuerAltNameExt()
-
-
Method Details
-
main
-
output
public static void output(org.mozilla.jss.netscape.security.x509.IssuerAlternativeNameExtension ext) throws Exception - Throws:
Exception
-
doUsage
public static void doUsage() -
buildGeneralNameInterface
public static org.mozilla.jss.netscape.security.x509.GeneralNameInterface buildGeneralNameInterface(String type, String value) throws Exception - Throws:
Exception
-