Extensions.Flash.GetSignature

From emotive
Revision as of 10:13, 1 August 2014 by Nb (talk | contribs) (Created page with "Category:Flash == Classification == {{ClassificationActivity | GetSignature | Returns the signature information of a block or a session | Term | Flash|OTX Flash exte...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name GetSignature
Short Description Returns the signature information of a block or a session
Class Term
Extension OTX Flash extension
Group Security related terms
Exceptions OutOfBoundsException
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

String GetSignature(FlashSession session, Integer security);

Description

The GetSignature term is the signature information of a block or a session.

Return Value

The Term returns the value, see table below.

Icons Note.png In OTX, Terms are categorized according to its return data type!
Data Type Description
String The signature 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 = GetSignature(flashSession, 0, 0);

See also

GetValidity
GetChecksum
GetSecurityMethod