Uses of Class
org.xipki.scep.transaction.PkiStatus
-
Packages that use PkiStatus Package Description org.xipki.scep.message org.xipki.scep.transaction -
-
Uses of PkiStatus in org.xipki.scep.message
Methods in org.xipki.scep.message that return PkiStatus Modifier and Type Method Description PkiStatusPkiMessage. getPkiStatus()Methods in org.xipki.scep.message with parameters of type PkiStatus Modifier and Type Method Description voidPkiMessage. setPkiStatus(PkiStatus pkiStatus) -
Uses of PkiStatus in org.xipki.scep.transaction
Methods in org.xipki.scep.transaction that return PkiStatus Modifier and Type Method Description static PkiStatusPkiStatus. forValue(int code)static PkiStatusPkiStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PkiStatus[]PkiStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-