Package | Description |
---|---|
org.dogtagpki.tps.msg |
Modifier and Type | Method and Description |
---|---|
TPSMessage.OpType |
TPSMessage.getOpType() |
TPSMessage.OpType |
BeginOpMsg.getOpType() |
protected TPSMessage.OpType |
TPSMessage.intToOpType(int i) |
static TPSMessage.OpType |
TPSMessage.OpType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TPSMessage.OpType[] |
TPSMessage.OpType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected int |
TPSMessage.opTypeToInt(TPSMessage.OpType op) |
Constructor and Description |
---|
BeginOpMsg(TPSMessage.OpType theOp,
java.util.Map<java.lang.String,java.lang.String> theExtensions) |
EndOpMsg(TPSMessage.OpType theOp,
int result,
EndOpMsg.TPSStatus message) |
ExtendedLoginResponseMsg(TPSMessage.OpType theOp,
java.lang.String uid,
java.lang.String password,
java.util.Map<java.lang.String,java.lang.String> theExtensions) |