Classification
Pseudo-Code Syntax
String GetValidity(FlashSession session, Integer security);
Description
The GetValidity term is the validiy information of a block or a session.
Return Value
The Term returns the value, see table below.
|
|
In OTX, Terms are categorized according to its return data type!
|
Data Type |
Description
|
String |
The validiy information of a block or a session.
|
Properties
Name |
Data Type |
Class |
Default |
Cardinality |
Description
|
FlashSession |
FlashSession |
Term |
- |
[1] |
This element represents the FlashSession in which the block containing the segment resides.
|
Block |
Integer |
Term |
- |
[0..1] |
This element represents the number of the block whose signature shall be returned.
|
Security |
Integer |
Term |
- |
[1] |
This element defines the number of the security on which the term execution is based.
|
Examples
String result = GetValidity(flashSession, 0, 0);
See also
GetSignature
GetChecksum
GetSecurityMethod