fm.liveswitch.HashType Enum Reference

A hash algorithm. More...

Public Member Functions

 HashType (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static HashType getByAssignedValue (int value)
 

Public Attributes

 Md5 =(1)
 Indciates MD5. More...
 
 Sha1 =(2)
 Indicates SHA1. More...
 
 Sha256 =(3)
 Indicates SHA256. More...
 

Detailed Description

A hash algorithm.

Constructor & Destructor Documentation

◆ HashType()

fm.liveswitch.HashType.HashType ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.HashType.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.HashType.getAssignedValue ( )

◆ getByAssignedValue()

static HashType fm.liveswitch.HashType.getByAssignedValue ( int  value)
static

Member Data Documentation

◆ Md5

fm.liveswitch.HashType.Md5 =(1)

Indciates MD5.

◆ Sha1

fm.liveswitch.HashType.Sha1 =(2)

Indicates SHA1.

◆ Sha256

fm.liveswitch.HashType.Sha256 =(3)

Indicates SHA256.