All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.certificate.constants.Message

java.lang.Object
   |
   +----semper.util.constant.Constant
           |
           +----semper.certificate.constants.Message

public final class Message
extends Constant
Constants for Certification Client & CA messages


Variable Index

 o CERTIFICATE_CHANGE_GRANTED
 o DISTINGUISHED_NAME
 o ERROR_MESSAGE
Send an error message.
 o GET_CERTIFICATES_REQ
Client asks CA to send him one or more certificates.
 o GET_CHANGED_CERTIFICATE
 o GET_TRUSTED_PK
Request by user to send a trusted public key.
 o RECVD_FILLED_TEMPLATE
CA-Server received the filled-in template and will try to make registration.
 o RECVD_PUBLIC_KEY
CA acknowledges to have received the public Key.
 o REQUEST_ON_HOLD
 o SEND_CERTIFICATES
CA sends requested certificates.
 o SEND_CHANGE_CERTIFICATE_REQ
Send Request to change certificate.
 o SEND_FILLED_TEMPLATE
Client sends filled Template
 o SEND_ISSUE_CERTIFICATE_REQ
Client asks CA to issue new certificate.
 o SEND_ISSUED_CERTIFICATE
CA sends issued Certificate;
 o SEND_PUBLIC_KEY
Client wants to send public key in the filled template, so CA can crosscheck it with the public Key in the Template.
 o SEND_REGISTRATION
CA sends Registration to user.
 o SEND_REGISTRATION_REQ
Client asks CA to send the registration.
 o SEND_REGISTRATION_STATUS
CA sends status of registration to user.
 o SEND_REGISTRATION_STATUS_REQ
Request from client about status of registr.
 o SEND_TEMPLATE
Template sent from CA to client.
 o SEND_TEMPLATE_REQ
Request from client to send template
 o SEND_TRUSTED_PK
Sending my won (CAs) trusted public key.
 o SERIAL_NR
Some constants for parts of the above mentioned communications

Variables

 o SEND_TEMPLATE_REQ
 public static final Message SEND_TEMPLATE_REQ
Request from client to send template

 o SEND_TEMPLATE
 public static final Message SEND_TEMPLATE
Template sent from CA to client.

 o SEND_FILLED_TEMPLATE
 public static final Message SEND_FILLED_TEMPLATE
Client sends filled Template

 o RECVD_FILLED_TEMPLATE
 public static final Message RECVD_FILLED_TEMPLATE
CA-Server received the filled-in template and will try to make registration.

 o SEND_REGISTRATION_STATUS_REQ
 public static final Message SEND_REGISTRATION_STATUS_REQ
Request from client about status of registr. process.

 o SEND_REGISTRATION_STATUS
 public static final Message SEND_REGISTRATION_STATUS
CA sends status of registration to user.

 o SEND_REGISTRATION_REQ
 public static final Message SEND_REGISTRATION_REQ
Client asks CA to send the registration.

 o SEND_REGISTRATION
 public static final Message SEND_REGISTRATION
CA sends Registration to user.

 o SEND_ISSUE_CERTIFICATE_REQ
 public static final Message SEND_ISSUE_CERTIFICATE_REQ
Client asks CA to issue new certificate.

 o SEND_ISSUED_CERTIFICATE
 public static final Message SEND_ISSUED_CERTIFICATE
CA sends issued Certificate;

 o GET_CERTIFICATES_REQ
 public static final Message GET_CERTIFICATES_REQ
Client asks CA to send him one or more certificates.

 o SEND_CERTIFICATES
 public static final Message SEND_CERTIFICATES
CA sends requested certificates.

 o SEND_PUBLIC_KEY
 public static final Message SEND_PUBLIC_KEY
Client wants to send public key in the filled template, so CA can crosscheck it with the public Key in the Template.

 o RECVD_PUBLIC_KEY
 public static final Message RECVD_PUBLIC_KEY
CA acknowledges to have received the public Key.

 o SEND_CHANGE_CERTIFICATE_REQ
 public static final Message SEND_CHANGE_CERTIFICATE_REQ
Send Request to change certificate.

 o ERROR_MESSAGE
 public static final Message ERROR_MESSAGE
Send an error message.

 o GET_TRUSTED_PK
 public static final Message GET_TRUSTED_PK
Request by user to send a trusted public key.

 o SEND_TRUSTED_PK
 public static final Message SEND_TRUSTED_PK
Sending my won (CAs) trusted public key.

 o SERIAL_NR
 public static final Message SERIAL_NR
Some constants for parts of the above mentioned communications

 o DISTINGUISHED_NAME
 public static final Message DISTINGUISHED_NAME
 o REQUEST_ON_HOLD
 public static final Message REQUEST_ON_HOLD
 o CERTIFICATE_CHANGE_GRANTED
 public static final Message CERTIFICATE_CHANGE_GRANTED
 o GET_CHANGED_CERTIFICATE
 public static final Message GET_CHANGED_CERTIFICATE

All Packages  Class Hierarchy  This Package  Previous  Next  Index