public class RTCCertificateStats extends RTCStats
| Constructor and Description |
|---|
RTCCertificateStats(String id,
StatsType type,
double timestamp,
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, getType, setId, setTimestamp, setTypepublic 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 © 2015 Kurento. All rights reserved.