cryptix.security
Class Cryptix

java.lang.Object
  |
  +--cryptix.security.Cryptix

public class Cryptix
extends java.lang.Object

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 $

Since:
Cryptix 2.2
Author:
Systemics Ltd, David Hopwood, Jill Baker
See Also:
CryptixProperties

Method Summary
static int getMajorVersion()
          Deprecated. Use CryptixProperties.getMajorVersion().
static int getMinorVersion()
          Deprecated. Use CryptixProperties.getMinorVersion().
static java.lang.String getVersionString()
          Deprecated. Use CryptixProperties.getVersionString().
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMajorVersion

public static int getMajorVersion()
Deprecated. Use CryptixProperties.getMajorVersion().

Returns the major version of this release of Cryptix.

getMinorVersion

public static int getMinorVersion()
Deprecated. Use CryptixProperties.getMinorVersion().

Returns the minor version of this release of Cryptix.

getVersionString

public static java.lang.String getVersionString()
Deprecated. Use CryptixProperties.getVersionString().

Returns a string describing this version of Cryptix.