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.MsgTypeTPSMessage. getType()protected TPSMessage.MsgTypeTPSMessage. intToMsgType(int i)static TPSMessage.MsgTypeTPSMessage.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 intTPSMessage. msgTypeToInt(TPSMessage.MsgType type)
-