Package org.dogtagpki.tps.msg
Class EndOpMsg
- java.lang.Object
-
- org.dogtagpki.tps.msg.TPSMessage
-
- org.dogtagpki.tps.msg.EndOpMsg
-
public class EndOpMsg extends TPSMessage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EndOpMsg.TPSStatus
-
Nested classes/interfaces inherited from class org.dogtagpki.tps.msg.TPSMessage
TPSMessage.MsgType, TPSMessage.OpType
-
-
Field Summary
Fields Modifier and Type Field Description static int
RESULT_ERROR
static int
RESULT_GOOD
-
Fields inherited from class org.dogtagpki.tps.msg.TPSMessage
ANSWER_NAME, BLOCKED_NAME, DESCRIPTION_NAME, EXTENSIONS_NAME, INFO_NAME, INVALID_PWD_NAME, MAXIMUM_LENGTH_NAME, MESSAGE_NAME, MINIMUM_LENGTH_NAME, MSG_TYPE_NAME, NEW_PIN_NAME, NEXT_VALUE_NAME, OPERATION_TYPE_NAME, PARAMETER_NAME, PASSWORD_NAME, PASSWORD_NAME_1, PDU_DATA_NAME, PDU_SIZE_NAME, PIN_NAME, PIN_REQUIRED_NAME, QUESTION_NAME, REQUIRED_PARAMETER_NAME, RESULT_NAME, SCREEN_NAME_NAME, STATUS_NAME, STATUS_UPDATE_EXTENSION_NAME, TITLE_NAME, UID_NAME, VALUE_NAME
-
-
Constructor Summary
Constructors Constructor Description EndOpMsg(TPSMessage.OpType theOp, int result, EndOpMsg.TPSStatus message)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
static int
statusToInt(EndOpMsg.TPSStatus status)
-
Methods inherited from class org.dogtagpki.tps.msg.TPSMessage
createMessage, decode, decodeToMap, encode, get, getInt, getOpType, getType, intToMsgType, intToOpType, msgTypeToInt, opTypeToInt, put, put, put, toString
-
-
-
-
Field Detail
-
RESULT_GOOD
public static final int RESULT_GOOD
- See Also:
- Constant Field Values
-
RESULT_ERROR
public static final int RESULT_ERROR
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EndOpMsg
public EndOpMsg(TPSMessage.OpType theOp, int result, EndOpMsg.TPSStatus message)
-
-
Method Detail
-
statusToInt
public static int statusToInt(EndOpMsg.TPSStatus status)
-
main
public static void main(java.lang.String[] args)
-
-