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
-
CURRENT_HASH
- hash algorithm in use
change this when new algorithm is supposed to be the default
current default is "MD5"
-
HASHALG
- hash name in use
-
HASHLENGTH
- list of hash-lengths for hash algorithms
-
HASHNAME
- list of string identifiers for hash algorithms
-
KU_TYPEID
- Environment Ids
-
MD5
- identifier for MD5 hash algorithm
-
MIT_TYPEID
-
-
SHA
- identifier for SHA hash algorithm
-
TLV_802_3ADDRESS
-
-
TLV_AUTH
- network-network authorization scheme/paramters
-
TLV_CLASSDEF
- Reference to Class definition
-
TLV_DESTIDENT
- destination identifier
-
TLV_INTEGRITY
- integrity checksum
-
TLV_IPv4ADDRESS
-
Addressing scheme identifiers
-
TLV_IPv6ADDRESS
-
-
TLV_OBJECTDEF
- Reference to serialized object
-
TLV_SCHEMEIDLENGTH
- the length of the scheme identifier
-
TLV_SRCIDENT
- source identifier
-
TLV_TYPEDEF
- Reference to the typeid carried in the payload
-
TYPEIDLENGTH
- length of type identifier, based on current hash algorithm
TLV_SRCIDENT
public static final int TLV_SRCIDENT
- source identifier
TLV_DESTIDENT
public static final int TLV_DESTIDENT
- destination identifier
TLV_INTEGRITY
public static final int TLV_INTEGRITY
- integrity checksum
TLV_AUTH
public static final int TLV_AUTH
- network-network authorization scheme/paramters
TLV_CLASSDEF
public static final int TLV_CLASSDEF
- Reference to Class definition
TLV_OBJECTDEF
public static final int TLV_OBJECTDEF
- Reference to serialized object
TLV_TYPEDEF
public static final int TLV_TYPEDEF
- Reference to the typeid carried in the payload
TLV_SCHEMEIDLENGTH
public static final int TLV_SCHEMEIDLENGTH
- the length of the scheme identifier
TLV_IPv4ADDRESS
public static final int TLV_IPv4ADDRESS
- Addressing scheme identifiers
TLV_IPv6ADDRESS
public static final int TLV_IPv6ADDRESS
TLV_802_3ADDRESS
public static final int TLV_802_3ADDRESS
KU_TYPEID
public static final int KU_TYPEID
- Environment Ids
MIT_TYPEID
public static final int MIT_TYPEID
SHA
public static final int SHA
- identifier for SHA hash algorithm
MD5
public static final int MD5
- identifier for MD5 hash algorithm
HASHNAME
public static final String HASHNAME[]
- list of string identifiers for hash algorithms
HASHLENGTH
public static final int HASHLENGTH[]
- list of hash-lengths for hash algorithms
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"
HASHALG
public static final String HASHALG
- hash name in use
TYPEIDLENGTH
public static final int TYPEIDLENGTH
- length of type identifier, based on current hash algorithm
All Packages Class Hierarchy This Package Previous Next Index