fm.liveswitch.MacType Enum Reference

A message authentication code (MAC) algorithm. More...

Public Member Functions

 MacType (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static MacType getByAssignedValue (int value)
 

Public Attributes

 HmacMd5 =(1)
 Indicates HMAC-MD5. More...
 
 HmacSha1 =(2)
 Indicates HMAC-SHA1. More...
 
 HmacSha256 =(3)
 Indicates HMAC-SHA256. More...
 

Detailed Description

A message authentication code (MAC) algorithm.

Constructor & Destructor Documentation

◆ MacType()

fm.liveswitch.MacType.MacType ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.MacType.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.MacType.getAssignedValue ( )

◆ getByAssignedValue()

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

Member Data Documentation

◆ HmacMd5

fm.liveswitch.MacType.HmacMd5 =(1)

Indicates HMAC-MD5.

◆ HmacSha1

fm.liveswitch.MacType.HmacSha1 =(2)

Indicates HMAC-SHA1.

◆ HmacSha256

fm.liveswitch.MacType.HmacSha256 =(3)

Indicates HMAC-SHA256.