Cumulus4j API
(1.2.0-SNAPSHOT)

Package org.cumulus4j.keystore.prop

Property classes for the 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.
 

Package org.cumulus4j.keystore.prop Description

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)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.