Uses of Class
org.dogtagpki.tps.msg.TPSMessage.MsgType
-
Packages that use TPSMessage.MsgType Package Description org.dogtagpki.tps.msg -
-
Uses of TPSMessage.MsgType in org.dogtagpki.tps.msg
Methods in org.dogtagpki.tps.msg that return TPSMessage.MsgType Modifier and Type Method Description TPSMessage.MsgType
TPSMessage. getType()
protected TPSMessage.MsgType
TPSMessage. intToMsgType(int i)
static TPSMessage.MsgType
TPSMessage.MsgType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TPSMessage.MsgType[]
TPSMessage.MsgType. 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.MsgType Modifier and Type Method Description protected int
TPSMessage. msgTypeToInt(TPSMessage.MsgType type)
-