Class RTCCertificateStats
java.lang.Object
org.kurento.client.Stats
org.kurento.client.RTCStats
org.kurento.client.RTCCertificateStats
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault private constructor of RTCCertificateStats for serialization with JacksonRTCCertificateStats(String id, StatsType type, long timestampMillis, String fingerprint, String fingerprintAlgorithm, String base64Certificate, String issuerCertificateId) Create a RTCCertificateStats -
Method Summary
Modifier and TypeMethodDescriptionget For example, DER-encoded, base-64 representation of a certificate.get Only use the fingerprint value as defined in Section 5 of [RFC4572].get For instance, 'sha-256'.getvoidsetBase64Certificate(String base64Certificate) set For example, DER-encoded, base-64 representation of a certificate.voidsetFingerprint(String fingerprint) set Only use the fingerprint value as defined in Section 5 of [RFC4572].voidsetFingerprintAlgorithm(String fingerprintAlgorithm) set For instance, 'sha-256'.voidsetIssuerCertificateId(String issuerCertificateId) setMethods inherited from class Stats
getId, getTimestampMillis, getType, setId, setTimestampMillis, setType
-
Constructor Details
-
RTCCertificateStats
protected RTCCertificateStats()Default private constructor of RTCCertificateStats for serialization with Jackson -
RTCCertificateStats
-
-
Method Details
-
getFingerprint
get Only use the fingerprint value as defined in Section 5 of [RFC4572]. -
setFingerprint
set Only use the fingerprint value as defined in Section 5 of [RFC4572]. -
getFingerprintAlgorithm
get For instance, 'sha-256'. -
setFingerprintAlgorithm
set For instance, 'sha-256'. -
getBase64Certificate
get For example, DER-encoded, base-64 representation of a certificate. -
setBase64Certificate
set For example, DER-encoded, base-64 representation of a certificate. -
getIssuerCertificateId
get -
setIssuerCertificateId
set
-