Uses of Class
org.dogtagpki.tps.msg.TPSMessage.OpType
-
Packages that use TPSMessage.OpType Package Description org.dogtagpki.tps.msg -
-
Uses of TPSMessage.OpType in org.dogtagpki.tps.msg
Methods in org.dogtagpki.tps.msg that return TPSMessage.OpType Modifier and Type Method Description TPSMessage.OpType
BeginOpMsg. getOpType()
TPSMessage.OpType
TPSMessage. 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.Methods in org.dogtagpki.tps.msg with parameters of type TPSMessage.OpType Modifier and Type Method Description protected int
TPSMessage. opTypeToInt(TPSMessage.OpType op)
Constructors in org.dogtagpki.tps.msg with parameters of type TPSMessage.OpType Constructor 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)
-