Cumulus4j API
(1.2.0)

Uses of Class
org.cumulus4j.keystore.prop.Property

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
<P extends Property<?>>
P
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 Long2LongSortedMapProperty
          Property implementation for the value type SortedMap with both key and value being Longs.
 class LongProperty
          Property implementation for the value type Long.
 class StringProperty
          Property implementation for the value type String.
 

Methods in org.cumulus4j.keystore.prop with parameters of type Property
 int Property.compareTo(Property<?> o)
           
 


Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.