Uses of Class
org.xipki.ca.api.mgmt.CaStatus
-
Packages that use CaStatus Package Description org.xipki.ca.api.mgmt org.xipki.ca.api.mgmt.entry -
-
Uses of CaStatus in org.xipki.ca.api.mgmt
Methods in org.xipki.ca.api.mgmt that return CaStatus Modifier and Type Method Description static CaStatusCaStatus. forName(String status)CaStatusMgmtMessage.CaEntryWrapper. getStatus()static CaStatusCaStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CaStatus[]CaStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xipki.ca.api.mgmt with parameters of type CaStatus Modifier and Type Method Description voidMgmtMessage.CaEntryWrapper. setStatus(CaStatus status) -
Uses of CaStatus in org.xipki.ca.api.mgmt.entry
Methods in org.xipki.ca.api.mgmt.entry that return CaStatus Modifier and Type Method Description CaStatusCaEntry. getStatus()CaStatusChangeCaEntry. getStatus()Methods in org.xipki.ca.api.mgmt.entry with parameters of type CaStatus Modifier and Type Method Description voidCaEntry. setStatus(CaStatus status)voidChangeCaEntry. setStatus(CaStatus status)
-