All Packages Class Hierarchy This Package Previous Next Index
Class cryptix.security.Cryptix
java.lang.Object
|
+----cryptix.security.Cryptix
- public class Cryptix
- extends Object
Note: Cryptix is deprecated.
This class used to define the version number of the Cryptix library.
The class cryptix.CryptixProperties should now be used in
preference.
Copyright © 1995-1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.2 $
- Author:
- Systemics Ltd, David Hopwood, Jill Baker
- See Also:
- CryptixProperties
-
getMajorVersion()
- Returns the major version of this release of Cryptix.
Deprecated.
-
getMinorVersion()
- Returns the minor version of this release of Cryptix.
Deprecated.
-
getVersionString()
- Returns a string describing this version of Cryptix.
Deprecated.
getMajorVersion
public static int getMajorVersion()
- Note: getMajorVersion() is deprecated.
Use
CryptixProperties.getMajorVersion()
.
- Returns the major version of this release of Cryptix.
getMinorVersion
public static int getMinorVersion()
- Note: getMinorVersion() is deprecated.
Use
CryptixProperties.getMinorVersion()
.
- Returns the minor version of this release of Cryptix.
getVersionString
public static String getVersionString()
- Note: getVersionString() is deprecated.
Use
CryptixProperties.getVersionString()
.
- Returns a string describing this version of Cryptix.
All Packages Class Hierarchy This Package Previous Next Index