Uses of Class
org.xipki.ca.api.mgmt.ValidityMode
-
Packages that use ValidityMode Package Description org.xipki.ca.api.mgmt org.xipki.ca.api.mgmt.entry -
-
Uses of ValidityMode in org.xipki.ca.api.mgmt
Methods in org.xipki.ca.api.mgmt that return ValidityMode Modifier and Type Method Description static ValidityModeValidityMode. forName(String text)ValidityModeMgmtMessage.CaEntryWrapper. getValidityMode()static ValidityModeValidityMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidityMode[]ValidityMode. 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 ValidityMode Modifier and Type Method Description voidMgmtMessage.CaEntryWrapper. setValidityMode(ValidityMode validityMode) -
Uses of ValidityMode in org.xipki.ca.api.mgmt.entry
Methods in org.xipki.ca.api.mgmt.entry that return ValidityMode Modifier and Type Method Description ValidityModeCaEntry. getValidityMode()ValidityModeChangeCaEntry. getValidityMode()Methods in org.xipki.ca.api.mgmt.entry with parameters of type ValidityMode Modifier and Type Method Description voidCaEntry. setValidityMode(ValidityMode mode)voidChangeCaEntry. setValidityMode(ValidityMode validityMode)
-