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)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. -
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 ValidityModeBaseCaInfo. getValidityMode()ValidityModeCaConfColumn. getValidityMode()ValidityModeChangeCaEntry. getValidityMode()Methods in org.xipki.ca.api.mgmt.entry with parameters of type ValidityMode Modifier and Type Method Description voidBaseCaInfo. setValidityMode(ValidityMode validityMode)voidCaConfColumn. setValidityMode(ValidityMode validityMode)voidChangeCaEntry. setValidityMode(ValidityMode validityMode)
-