All Packages Class Hierarchy This Package Previous Next Index
Class semper.certificate.Message
java.lang.Object
|
+----semper.util.constant.Constant
|
+----semper.certificate.Message
- public final class Message
- extends Constant
Constants for Certification Client & CA messages
-
CERTIFICATE_CHANGE_GRANTED
-
-
DISTINGUISHED_NAME
-
-
ERROR_MESSAGE
- Send an error message.
-
GET_CERTIFICATES_REQ
- Client asks CA to send him one or more certificates.
-
GET_CHANGED_CERTIFICATE
-
-
GET_TRUSTED_PK
- Request by user to send a trusted public key.
-
RECVD_FILLED_TEMPLATE
- CA-Server received the filled-in template and will try to make
registration.
-
RECVD_PUBLIC_KEY
- CA acknowledges to have received the public Key.
-
REQUEST_ON_HOLD
-
-
SEND_CERTIFICATES
- CA sends requested certificates.
-
SEND_CHANGE_CERTIFICATE_REQ
- Send Request to change certificate.
-
SEND_FILLED_TEMPLATE
- Client sends filled Template
-
SEND_ISSUE_CERTIFICATE_REQ
- Client asks CA to issue new certificate.
-
SEND_ISSUED_CERTIFICATE
- CA sends issued Certificate;
-
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.
-
SEND_REGISTRATION
- CA sends Registration to user.
-
SEND_REGISTRATION_REQ
- Client asks CA to send the registration.
-
SEND_REGISTRATION_STATUS
- CA sends status of registration to user.
-
SEND_REGISTRATION_STATUS_REQ
- Request from client about status of registr.
-
SEND_TEMPLATE
- Template sent from CA to client.
-
SEND_TEMPLATE_REQ
- Request from client to send template
-
SEND_TRUSTED_PK
- Sending my won (CAs) trusted public key.
-
SERIAL_NR
- Some constants for parts of the above mentioned communications
SEND_TEMPLATE_REQ
public static final Message SEND_TEMPLATE_REQ
- Request from client to send template
SEND_TEMPLATE
public static final Message SEND_TEMPLATE
- Template sent from CA to client.
SEND_FILLED_TEMPLATE
public static final Message SEND_FILLED_TEMPLATE
- Client sends filled Template
RECVD_FILLED_TEMPLATE
public static final Message RECVD_FILLED_TEMPLATE
- CA-Server received the filled-in template and will try to make
registration.
SEND_REGISTRATION_STATUS_REQ
public static final Message SEND_REGISTRATION_STATUS_REQ
- Request from client about status of registr. process.
SEND_REGISTRATION_STATUS
public static final Message SEND_REGISTRATION_STATUS
- CA sends status of registration to user.
SEND_REGISTRATION_REQ
public static final Message SEND_REGISTRATION_REQ
- Client asks CA to send the registration.
SEND_REGISTRATION
public static final Message SEND_REGISTRATION
- CA sends Registration to user.
SEND_ISSUE_CERTIFICATE_REQ
public static final Message SEND_ISSUE_CERTIFICATE_REQ
- Client asks CA to issue new certificate.
SEND_ISSUED_CERTIFICATE
public static final Message SEND_ISSUED_CERTIFICATE
- CA sends issued Certificate;
GET_CERTIFICATES_REQ
public static final Message GET_CERTIFICATES_REQ
- Client asks CA to send him one or more certificates.
SEND_CERTIFICATES
public static final Message SEND_CERTIFICATES
- CA sends requested certificates.
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.
RECVD_PUBLIC_KEY
public static final Message RECVD_PUBLIC_KEY
- CA acknowledges to have received the public Key.
SEND_CHANGE_CERTIFICATE_REQ
public static final Message SEND_CHANGE_CERTIFICATE_REQ
- Send Request to change certificate.
ERROR_MESSAGE
public static final Message ERROR_MESSAGE
- Send an error message.
GET_TRUSTED_PK
public static final Message GET_TRUSTED_PK
- Request by user to send a trusted public key.
SEND_TRUSTED_PK
public static final Message SEND_TRUSTED_PK
- Sending my won (CAs) trusted public key.
SERIAL_NR
public static final Message SERIAL_NR
- Some constants for parts of the above mentioned communications
DISTINGUISHED_NAME
public static final Message DISTINGUISHED_NAME
REQUEST_ON_HOLD
public static final Message REQUEST_ON_HOLD
CERTIFICATE_CHANGE_GRANTED
public static final Message CERTIFICATE_CHANGE_GRANTED
GET_CHANGED_CERTIFICATE
public static final Message GET_CHANGED_CERTIFICATE
All Packages Class Hierarchy This Package Previous Next Index