|
Cumulus4j API (1.2.0-SNAPSHOT) |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
KeyStore's property management.
See:
Description
| Class Summary | |
|---|---|
| Long2LongSortedMapProperty | Property implementation for the value type SortedMap
with both key and value being Longs. |
| LongProperty | Property implementation for the value type Long. |
| Property<T> | Base class for all properties. |
| StringProperty | Property implementation for the value type String. |
Property classes for the KeyStore's property management.
The KeyStore supports managing arbitrary properties in the form of
name-value-pairs. The names are plain-text, but the values are encrypted.
A property-value can be of any type for which a subclass of
Property exists.
See KeyStore.getProperty(String, char[], Class, String)
and Property for further infos.
|
Cumulus4j API (1.2.0-SNAPSHOT) |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||