All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface magician.Node.ActiveNetsConstants

public interface ActiveNetsConstants
Defines constants specified in the RFC for Active Nets Encapsulation Protocol


Variable Index

 o CURRENT_HASH
hash algorithm in use change this when new algorithm is supposed to be the default current default is "MD5"
 o HASHALG
hash name in use
 o HASHLENGTH
list of hash-lengths for hash algorithms
 o HASHNAME
list of string identifiers for hash algorithms
 o KU_TYPEID
Environment Ids
 o MD5
identifier for MD5 hash algorithm
 o MIT_TYPEID
 o SHA
identifier for SHA hash algorithm
 o TLV_802_3ADDRESS
 o TLV_AUTH
network-network authorization scheme/paramters
 o TLV_CLASSDEF
Reference to Class definition
 o TLV_DESTIDENT
destination identifier
 o TLV_INTEGRITY
integrity checksum
 o TLV_IPv4ADDRESS
Addressing scheme identifiers
 o TLV_IPv6ADDRESS
 o TLV_OBJECTDEF
Reference to serialized object
 o TLV_SCHEMEIDLENGTH
the length of the scheme identifier
 o TLV_SRCIDENT
source identifier
 o TLV_TYPEDEF
Reference to the typeid carried in the payload
 o TYPEIDLENGTH
length of type identifier, based on current hash algorithm

Variables

 o TLV_SRCIDENT
 public static final int TLV_SRCIDENT
source identifier

 o TLV_DESTIDENT
 public static final int TLV_DESTIDENT
destination identifier

 o TLV_INTEGRITY
 public static final int TLV_INTEGRITY
integrity checksum

 o TLV_AUTH
 public static final int TLV_AUTH
network-network authorization scheme/paramters

 o TLV_CLASSDEF
 public static final int TLV_CLASSDEF
Reference to Class definition

 o TLV_OBJECTDEF
 public static final int TLV_OBJECTDEF
Reference to serialized object

 o TLV_TYPEDEF
 public static final int TLV_TYPEDEF
Reference to the typeid carried in the payload

 o TLV_SCHEMEIDLENGTH
 public static final int TLV_SCHEMEIDLENGTH
the length of the scheme identifier

 o TLV_IPv4ADDRESS
 public static final int TLV_IPv4ADDRESS
Addressing scheme identifiers

 o TLV_IPv6ADDRESS
 public static final int TLV_IPv6ADDRESS
 o TLV_802_3ADDRESS
 public static final int TLV_802_3ADDRESS
 o KU_TYPEID
 public static final int KU_TYPEID
Environment Ids

 o MIT_TYPEID
 public static final int MIT_TYPEID
 o SHA
 public static final int SHA
identifier for SHA hash algorithm

 o MD5
 public static final int MD5
identifier for MD5 hash algorithm

 o HASHNAME
 public static final String HASHNAME[]
list of string identifiers for hash algorithms

 o HASHLENGTH
 public static final int HASHLENGTH[]
list of hash-lengths for hash algorithms

 o CURRENT_HASH
 public static final int CURRENT_HASH
hash algorithm in use change this when new algorithm is supposed to be the default current default is "MD5"

 o HASHALG
 public static final String HASHALG
hash name in use

 o TYPEIDLENGTH
 public static final int TYPEIDLENGTH
length of type identifier, based on current hash algorithm


All Packages  Class Hierarchy  This Package  Previous  Next  Index
1