Uses of Class
de.tsenger.vdstools.vds.Feature
-
Packages that use Feature Package Description de.tsenger.vdstools de.tsenger.vdstools.vds de.tsenger.vdstools.vds.seals -
-
Uses of Feature in de.tsenger.vdstools
Methods in de.tsenger.vdstools that return Feature Modifier and Type Method Description FeatureFeatureConverter. getFeature(VdsType vdsType, DerTlv derTlv)Methods in de.tsenger.vdstools with parameters of type Feature Modifier and Type Method Description DerTlvFeatureConverter. encodeFeature(VdsType vdsType, Feature feature, Object object)byteFeatureConverter. getTag(VdsType vdsType, Feature feature) -
Uses of Feature in de.tsenger.vdstools.vds
Methods in de.tsenger.vdstools.vds that return Feature Modifier and Type Method Description static FeatureFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static Feature[]Feature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.tsenger.vdstools.vds with parameters of type Feature Modifier and Type Method Description voidVdsMessage. addDocumentFeature(Feature feature, Object obj)ObjectVdsMessage. getDocumentFeature(Feature feature) -
Uses of Feature in de.tsenger.vdstools.vds.seals
Methods in de.tsenger.vdstools.vds.seals that return types with arguments of type Feature Modifier and Type Method Description EnumMap<Feature,Object>DigitalSeal. getFeatureMap()Methods in de.tsenger.vdstools.vds.seals with parameters of type Feature Modifier and Type Method Description ObjectDigitalSeal. getFeature(Feature feature)voidDigitalSeal. setFeature(Feature feature, Object object)
-