public class RTCCertificateStats extends RTCStats
Modifier | Constructor and Description |
---|---|
protected |
RTCCertificateStats()
Default private constructor of RTCCertificateStats for serialization with Jackson
|
|
RTCCertificateStats(String id,
StatsType type,
double timestamp,
long timestampMillis,
String fingerprint,
String fingerprintAlgorithm,
String base64Certificate,
String issuerCertificateId)
Create a RTCCertificateStats
|
Modifier and Type | Method and Description |
---|---|
String |
getBase64Certificate()
get For example, DER-encoded, base-64 representation of a certifiate.
|
String |
getFingerprint()
get Only use the fingerprint value as defined in Section 5 of [RFC4572].
|
String |
getFingerprintAlgorithm()
get For instance, 'sha-256'.
|
String |
getIssuerCertificateId()
get
|
void |
setBase64Certificate(String base64Certificate)
set For example, DER-encoded, base-64 representation of a certifiate.
|
void |
setFingerprint(String fingerprint)
set Only use the fingerprint value as defined in Section 5 of [RFC4572].
|
void |
setFingerprintAlgorithm(String fingerprintAlgorithm)
set For instance, 'sha-256'.
|
void |
setIssuerCertificateId(String issuerCertificateId)
set
|
getId, getTimestamp, getTimestampMillis, getType, setId, setTimestamp, setTimestampMillis, setType
protected RTCCertificateStats()
public String getFingerprint()
public void setFingerprint(String fingerprint)
public String getFingerprintAlgorithm()
public void setFingerprintAlgorithm(String fingerprintAlgorithm)
public String getBase64Certificate()
public void setBase64Certificate(String base64Certificate)
public String getIssuerCertificateId()
public void setIssuerCertificateId(String issuerCertificateId)
Copyright © 2022 Kurento. All rights reserved.