fm.liveswitch.Fingerprint Class Referenceabstract

A fingerprint. More...

Public Member Functions

 Fingerprint (String algorithm, String value)
 Initializes a new instance of the fm.liveswitch.Fingerprint class. More...
 
String getAlgorithm ()
 Gets the algorithm. More...
 
String getValue ()
 Gets the value. More...
 

Static Public Member Functions

static String getMd2Algorithm ()
 Gets the MD2 algorithm. More...
 
static String getMd5Algorithm ()
 Gets the MD5 algorithm. More...
 
static String getSha1Algorithm ()
 Gets the SHA-1 algorithm. More...
 
static String getSha224Algorithm ()
 Gets the SHA-224 algorithm. More...
 
static String getSha256Algorithm ()
 Gets the SHA-256 algorithm. More...
 
static String getSha384Algorithm ()
 Gets the SHA-384 algorithm. More...
 
static String getSha512Algorithm ()
 Gets the SHA-512 algorithm. More...
 

Detailed Description

A fingerprint.

Constructor & Destructor Documentation

◆ Fingerprint()

fm.liveswitch.Fingerprint.Fingerprint ( String  algorithm,
String  value 
)

Initializes a new instance of the fm.liveswitch.Fingerprint class.

Parameters
algorithmThe algorithm.
valueThe value.

Member Function Documentation

◆ getAlgorithm()

String fm.liveswitch.Fingerprint.getAlgorithm ( )

Gets the algorithm.

◆ getMd2Algorithm()

static String fm.liveswitch.Fingerprint.getMd2Algorithm ( )
static

Gets the MD2 algorithm.

◆ getMd5Algorithm()

static String fm.liveswitch.Fingerprint.getMd5Algorithm ( )
static

Gets the MD5 algorithm.

◆ getSha1Algorithm()

static String fm.liveswitch.Fingerprint.getSha1Algorithm ( )
static

Gets the SHA-1 algorithm.

◆ getSha224Algorithm()

static String fm.liveswitch.Fingerprint.getSha224Algorithm ( )
static

Gets the SHA-224 algorithm.

◆ getSha256Algorithm()

static String fm.liveswitch.Fingerprint.getSha256Algorithm ( )
static

Gets the SHA-256 algorithm.

◆ getSha384Algorithm()

static String fm.liveswitch.Fingerprint.getSha384Algorithm ( )
static

Gets the SHA-384 algorithm.

◆ getSha512Algorithm()

static String fm.liveswitch.Fingerprint.getSha512Algorithm ( )
static

Gets the SHA-512 algorithm.

◆ getValue()

String fm.liveswitch.Fingerprint.getValue ( )

Gets the value.