Class cryptix.security.Cryptix
All Packages Class Hierarchy This Package Previous Next Index
Class cryptix.security.Cryptix
java.lang.Object
|
+----cryptix.security.Cryptix
- public final class Cryptix
- extends Object
This class defines the version number of the Cryptix library.
The major version of Cryptix is intended to signal
significant changes in compatibility or style.
The minor version of Cryptix is intended to signal
small changes in compatibility and new, compatible additions.
Another, internal minor number is also sometimes used,
for maintenance releases.
References
Copyright © 1995, 1996, 1997
Systemics Ltd
on behalf of the
Cryptix Development Team.
All rights reserved.
- Author:
- Systemics Ltd
-
Cryptix()
-
-
getMajorVersion()
-
-
getMinorVersion()
-
-
getVersionString()
-
Cryptix
public Cryptix()
getMajorVersion
public final static int getMajorVersion()
- Returns:
- the major version of this release of Cryptix
getMinorVersion
public final static int getMinorVersion()
- Returns:
- the minor version of this release of Cryptix
getVersionString
public final static String getVersionString()
All Packages Class Hierarchy This Package Previous Next Index