Uses of Class
org.xipki.ca.api.mgmt.MgmtMessage.MgmtAction
-
Packages that use MgmtMessage.MgmtAction Package Description org.xipki.ca.api.mgmt -
-
Uses of MgmtMessage.MgmtAction in org.xipki.ca.api.mgmt
Methods in org.xipki.ca.api.mgmt that return MgmtMessage.MgmtAction Modifier and Type Method Description static MgmtMessage.MgmtActionMgmtMessage.MgmtAction. ofName(String str)static MgmtMessage.MgmtActionMgmtMessage.MgmtAction. valueOf(String name)Returns the enum constant of this type with the specified name.static MgmtMessage.MgmtAction[]MgmtMessage.MgmtAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-