fm.liveswitch.CryptoLibrary Enum Reference

A crypto library. More...

Public Member Functions

 CryptoLibrary (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static CryptoLibrary getByAssignedValue (int value)
 

Public Attributes

 BouncyCastle =(3)
 Indicates that the BouncyCastle library should be used. More...
 

Detailed Description

A crypto library.

Constructor & Destructor Documentation

◆ CryptoLibrary()

fm.liveswitch.CryptoLibrary.CryptoLibrary ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.CryptoLibrary.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.CryptoLibrary.getAssignedValue ( )

◆ getByAssignedValue()

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

Member Data Documentation

◆ BouncyCastle

fm.liveswitch.CryptoLibrary.BouncyCastle =(3)

Indicates that the BouncyCastle library should be used.