Skip to main content

com.eruces.teadmin.Version

The Version class keeps Key Service's Engine version information.

Since: 3.1

© Pi Soft, 2018-2026 · Tricryption Engine 8.1

Public Member Functions

MemberDescription
Version()The Version constructor is the default class constructor.
int getMajor()The getMajor method gets a major portion of the Key Service's version information.
int getMinor()The getMinor method gets a minor portion of the Key Service's version information.
int getBuild()The getBuild method gets a Key Service's build information.
int getEdition()The getEdition method gets Key Service's edition information.
String getVersion()The getVersion method gets a string of all version information.

Member Function Documentation

Version()

The Version constructor is the default class constructor.

int getMajor()

The getMajor method gets a major portion of the Key Service's version information.

Returns: Returns an integer representing a major portion of the version information.

int getMinor()

The getMinor method gets a minor portion of the Key Service's version information.

Returns: Returns an integer representing a minor portion of the version information.

int getBuild()

The getBuild method gets a Key Service's build information.

Returns: Returns an integer representing the build information.

int getEdition()

The getEdition method gets Key Service's edition information.

Returns: Returns an integer representing the Key Service's edition information.

String getVersion()

The getVersion method gets a string of all version information.

Returns: Returns a string representing all version information.