Class cryptiX.apps.BrowserKeySign
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptiX.apps.BrowserKeySign

cryptiX.apps.BrowserKeySign

public class BrowserKeySign
This class is written for Jigsaw, the WWW Server from the W3C. You can find more information about Jigsaw at: http://www.w3.org/pub/WWW/Jigsaw. Using this resource you can receive a certificate request generated from Netscape, create a new cert and send this client cert back to Netscape. GetKey.html is a sample form for using this resource.

Variable Index

 o ATTR_CA_CERTIFICATE
Attribute index - The CA certificate file.
 o ATTR_CA_PRIVATE_KEY
Attribute index - The CA private key file.
 o ATTR_CERT_LOG_FILE
Attribute index - The log file for signed certificates.
 o ATTR_DAYSVALID
Attribute index - The days the certificate is valid from today.
 o ATTR_SERIALNUMBER
Attribute index - The serial number of the next certificate.

Constructor Index

 o BrowserKeySign()

Method Index

 o getCACertificate()
Get the CA Certificate file name.
 o getCAPrivateKey()
Get the CA private key file name.
 o getLogFile()
Get the log file for signed certificates.
 o getMonthsValid()
Get the number of days till the cert expires.
 o getSerialNumber()
Get the serial number of next certificate.
 o handle(Request, URLDecoder)
handles the reply for this POST
 o setSerialNumber(String)
Sets the serial number of next certificate.

Variables

 o ATTR_CA_CERTIFICATE
  protected static int ATTR_CA_CERTIFICATE
Attribute index - The CA certificate file.
 o ATTR_CA_PRIVATE_KEY
  protected static int ATTR_CA_PRIVATE_KEY
Attribute index - The CA private key file.
 o ATTR_CERT_LOG_FILE
  protected static int ATTR_CERT_LOG_FILE
Attribute index - The log file for signed certificates.
 o ATTR_SERIALNUMBER
  protected static int ATTR_SERIALNUMBER
Attribute index - The serial number of the next certificate.
 o ATTR_DAYSVALID
  protected static int ATTR_DAYSVALID
Attribute index - The days the certificate is valid from today.

Constructors

 o BrowserKeySign
  public BrowserKeySign()

Methods

 o getCACertificate
  public String getCACertificate()
Get the CA Certificate file name.
 o getCAPrivateKey
  public String getCAPrivateKey()
Get the CA private key file name.
 o getLogFile
  public String getLogFile()
Get the log file for signed certificates.
 o getMonthsValid
  public int getMonthsValid()
Get the number of days till the cert expires.
 o getSerialNumber
  public String getSerialNumber()
Get the serial number of next certificate.
 o setSerialNumber
  public void setSerialNumber(String sn)
Sets the serial number of next certificate.
 o handle
  public Reply handle(Request request,
                      URLDecoder data) throws HTTPException
handles the reply for this POST

All Packages  Class Hierarchy  This Package  Previous  Next  Index