com.netscape.cmstools
Class PKCS10Client

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

public class PKCS10Client
extends java.lang.Object

Generates a 1024-bit RSA key pair in the security database, constructs a PKCS#10 certificate request with the public key, and outputs the request to a file.

PKCS #10 is a certification request syntax standard defined by RSA. A CA may support multiple types of certificate requests. The Certificate System CA supports KEYGEN, PKCS#10, CRMF, and CMC.

To get a certificate from the CA, the certificate request needs to be submitted to and approved by a CA agent. Once approved, a certificate is created for the request, and certificate attributes, such as extensions, are populated according to certificate profiles.

Version:
$Revision$, $Date$

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

PKCS10Client

public PKCS10Client()
Method Detail

main

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