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

Method Index

 o getMajorVersion()
Returns the major version of this release of Cryptix. Deprecated.
 o getMinorVersion()
Returns the minor version of this release of Cryptix. Deprecated.
 o getVersionString()
Returns a string describing this version of Cryptix. Deprecated.

Methods

 o getMajorVersion
 public static int getMajorVersion()
Note: getMajorVersion() is deprecated. Use CryptixProperties.getMajorVersion().

Returns the major version of this release of Cryptix.

 o getMinorVersion
 public static int getMinorVersion()
Note: getMinorVersion() is deprecated. Use CryptixProperties.getMinorVersion().

Returns the minor version of this release of Cryptix.

 o 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