fm.liveswitch.TlsFingerprint Class Reference

A TLS fingerprint. More...

Public Member Functions

 TlsFingerprint (String algorithm, String value)
 Initializes a new instance of the fm.liveswitch.TlsFingerprint class. More...
 
- Public Member Functions inherited from fm.liveswitch.Fingerprint
 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...
 

Additional Inherited Members

- Static Public Member Functions inherited from fm.liveswitch.Fingerprint
static String getMd2Algorithm ()
 Gets the MD2 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 TLS fingerprint.

Constructor & Destructor Documentation

◆ TlsFingerprint()

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

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

Parameters
algorithmThe algorithm.
valueThe value.