Uses of Class
org.xipki.util.Validity.Unit
-
Packages that use Validity.Unit Package Description org.xipki.util -
-
Uses of Validity.Unit in org.xipki.util
Methods in org.xipki.util that return Validity.Unit Modifier and Type Method Description Validity.UnitValidity. getUnit()static Validity.UnitValidity.Unit. valueOf(String name)Returns the enum constant of this type with the specified name.static Validity.Unit[]Validity.Unit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xipki.util with parameters of type Validity.Unit Modifier and Type Method Description voidValidity. setUnit(Validity.Unit unit)Constructors in org.xipki.util with parameters of type Validity.Unit Constructor Description Validity(int validity, Validity.Unit unit)
-