| 
 | Cumulus4j API (1.1.0) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Property | |
|---|---|
| org.cumulus4j.keystore | Key store managing keys safely in the local file system. | 
| org.cumulus4j.keystore.prop | Property classes for the KeyStore's property management. | 
| Uses of Property in org.cumulus4j.keystore | 
|---|
| Methods in org.cumulus4j.keystore with type parameters of type Property | ||
|---|---|---|
| 
 | KeyStore.getProperty(String authUserName,
                       char[] authPassword,
                       Class<P> propertyType,
                       String name)Get a named property. | |
| Methods in org.cumulus4j.keystore that return types with arguments of type Property | |
|---|---|
|  SortedSet<Property<?>> | KeyStore.getProperties(String authUserName,
                           char[] authPassword) | 
| Methods in org.cumulus4j.keystore with parameters of type Property | |
|---|---|
|  void | KeyStore.setProperty(String authUserName,
                       char[] authPassword,
                       Property<?> property)Set a property. | 
| Uses of Property in org.cumulus4j.keystore.prop | 
|---|
| Subclasses of Property in org.cumulus4j.keystore.prop | |
|---|---|
|  class | Long2LongSortedMapPropertyPropertyimplementation for the value typeSortedMapwith both key and value beingLongs. | 
|  class | LongPropertyPropertyimplementation for the value typeLong. | 
|  class | StringPropertyPropertyimplementation for the value typeString. | 
| Methods in org.cumulus4j.keystore.prop with parameters of type Property | |
|---|---|
|  int | Property.compareTo(Property<?> o) | 
| 
 | Cumulus4j API (1.1.0) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||