com.netscape.cmstools
Class GenSubjectAltNameExt
java.lang.Object
com.netscape.cmstools.GenSubjectAltNameExt
public class GenSubjectAltNameExt
- extends java.lang.Object
This program generates an subject alternative name extension
in base-64 encoding. The encoding output can be used with
the configuration wizard.
Usage:
GenSubjectAltNameExt \
...
where,
can be one of the following string:
DNSName
EDIPartyName
IPAddressName
URIName
RFC822Name
OIDName
X500Name
is string
- Version:
- $Revision: 14569 $, $Date: 2007-05-01 10:50:46 -0700 (Tue, 01 May 2007) $
Method Summary |
static netscape.security.x509.GeneralNameInterface |
buildGeneralNameInterface(java.lang.String type,
java.lang.String value)
|
static void |
doUsage()
|
static void |
main(java.lang.String[] args)
|
static void |
output(netscape.security.x509.SubjectAlternativeNameExtension ext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenSubjectAltNameExt
public GenSubjectAltNameExt()
main
public static void main(java.lang.String[] args)
output
public static void output(netscape.security.x509.SubjectAlternativeNameExtension ext)
throws java.lang.Exception
- Throws:
java.lang.Exception
doUsage
public static void doUsage()
buildGeneralNameInterface
public static netscape.security.x509.GeneralNameInterface buildGeneralNameInterface(java.lang.String type,
java.lang.String value)
throws java.lang.Exception
- Throws:
java.lang.Exception