Index

A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

V

validate() - Method in class com.tccc.kos.commons.core.service.blink.BlinkIdentity
 
VALIDATE_errBlockedManifest - Static variable in class com.tccc.kos.core.primary.service.nodemgr.install.DeviceInstallBuilder
 
VALIDATE_errIncompatibleDeviceType - Static variable in class com.tccc.kos.core.primary.service.nodemgr.install.DeviceInstallBuilder
 
VALIDATE_errInvalidDates - Static variable in class com.tccc.kos.core.primary.service.nodemgr.install.DeviceInstallBuilder
 
VALIDATE_errInvalidMiniHash - Static variable in class com.tccc.kos.core.primary.service.nodemgr.install.DeviceInstallBuilder
 
VALIDATE_errInvalidSignature - Static variable in class com.tccc.kos.core.primary.service.nodemgr.install.DeviceInstallBuilder
 
VALIDATE_errManifestUntrustedMode - Static variable in class com.tccc.kos.core.primary.service.nodemgr.install.DeviceInstallBuilder
 
VALIDATE_errNoManifestJson - Static variable in class com.tccc.kos.core.primary.service.nodemgr.install.DeviceInstallBuilder
 
VALIDATE_errNotDeviceManifest - Static variable in class com.tccc.kos.core.primary.service.nodemgr.install.DeviceInstallBuilder
 
VALIDATE_errNotInstallManifest - Static variable in class com.tccc.kos.core.primary.service.nodemgr.install.DeviceInstallBuilder
 
VALIDATE_errNotManifestType - Static variable in class com.tccc.kos.core.primary.service.nodemgr.install.DeviceInstallBuilder
 
ValPair - Class in com.tccc.kos.commons.core.service.config
Data class used track a current or new value verses a previous value.
ValPair() - Constructor for class com.tccc.kos.commons.core.service.config.ValPair
Constructs a new instance in which both data fields are null.
ValPair(String, String) - Constructor for class com.tccc.kos.commons.core.service.config.ValPair
Constructs a new instance using the specified values.
value() - Element in annotation interface com.tccc.kos.commons.core.context.annotations.WhenReady
The ready group(s) that this object belongs to.
value() - Element in annotation interface com.tccc.kos.commons.core.dispatcher.annotations.HandleVariable
The name of the variable to map to.
value() - Element in annotation interface com.tccc.kos.commons.core.dispatcher.annotations.PathVariable
The name of the path variable to map to.
value() - Element in annotation interface com.tccc.kos.commons.core.dispatcher.annotations.RequestBody
Optional JSON view to apply to the body.
value() - Element in annotation interface com.tccc.kos.commons.core.dispatcher.annotations.RequestHeader
The name of the request header to map to.
value() - Element in annotation interface com.tccc.kos.commons.core.dispatcher.annotations.RequestParam
The name of the query parameter to map to.
value() - Element in annotation interface com.tccc.kos.commons.core.service.config.annotations.ConfigDesc
Contains the description for the associated configuration field.
valueOf(String) - Static method in enum class com.tccc.kos.commons.core.dispatcher.RequestMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.tccc.kos.commons.util.concurrent.future.FutureEvent
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.tccc.kos.commons.util.concurrent.future.FutureState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.tccc.kos.commons.util.Mode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.tccc.kos.core.primary.service.ota.OTAArtifact.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.tccc.kos.core.service.analytics.AnalyticsPriority
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.tccc.kos.core.service.network.beans.NetworkInterfaceCategory
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.tccc.kos.commons.core.dispatcher.RequestMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.tccc.kos.commons.util.concurrent.future.FutureEvent
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.tccc.kos.commons.util.concurrent.future.FutureState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.tccc.kos.commons.util.Mode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class com.tccc.kos.commons.util.MultiValueMap
Returns a collection of lists for all items in the map.
values() - Static method in enum class com.tccc.kos.core.primary.service.ota.OTAArtifact.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.tccc.kos.core.service.analytics.AnalyticsPriority
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.tccc.kos.core.service.network.beans.NetworkInterfaceCategory
Returns an array containing the constants of this enum class, in the order they are declared.
verify() - Method in class com.tccc.kos.commons.kab.KabFile
Verifies the KAB signature and then caches the result.
verifyDates() - Method in class com.tccc.kos.commons.kab.KabFile
Verify the dates of the certPath.
verifyLinked() - Method in class com.tccc.kos.core.service.hardware.Board
Returns if board is linked, throws exception if not.
verifyMfgAuthority(String) - Method in class com.tccc.kos.commons.kab.KabFile
Verify the manufacturer authority of the file.
verifyMiniHash(String) - Method in class com.tccc.kos.commons.kab.KabFile
Verify that the specified mini hash is valid for this file.
verifySignature() - Method in class com.tccc.kos.commons.kab.KabFile
Verify the digital signature of the file.
verifyType(String) - Method in class com.tccc.kos.commons.kab.KabFile
Verify the type of the file.
verifyVendorAuthority(String) - Method in class com.tccc.kos.commons.kab.KabFile
Verify the vendor authority of the file.
version() - Element in annotation interface com.tccc.kos.commons.core.dispatcher.annotations.ApiController
The default api version.
version() - Element in annotation interface com.tccc.kos.commons.core.dispatcher.annotations.ApiEndpoint
The api version.
VERSION - Static variable in class com.tccc.kos.commons.kab.KabFile
 
VFS - Class in com.tccc.kos.commons.core.vfs
Allows multiple VFS sources to be virtually mounted to form a virtual read-only filesystem.
VFS() - Constructor for class com.tccc.kos.commons.core.vfs.VFS
 
VFSParent - Interface in com.tccc.kos.commons.core.vfs
Interface for parent VFS nodes in a VFS hierarchy.
VFSSource - Interface in com.tccc.kos.commons.core.vfs
Interface for returning in input stream for a given path.
vfsToLocal(String) - Method in class com.tccc.kos.commons.core.vfs.PathRewritingVFSSource
Converts a path from VFS to local source format.
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form