A set of DTLS parameters. More...
A set of DTLS parameters.
fm.liveswitch.DtlsParameters.DtlsParameters | ( | fm.liveswitch.DtlsRole | role, |
fm.liveswitch.DtlsFingerprint[] | fingerprints | ||
) |
Initializes a new instance of the fm.liveswitch.DtlsParameters class.
role | The role. |
fingerprints | The fingerprints. |
fm.liveswitch.DtlsParameters.DtlsParameters | ( | fm.liveswitch.DtlsRole | role, |
fm.liveswitch.DtlsFingerprint[] | fingerprints, | ||
fm.liveswitch.DtlsRole | preferredRole | ||
) |
Initializes a new instance of the fm.liveswitch.DtlsParameters class.
role | The role. |
fingerprints | The fingerprints. |
preferredRole | The preferred role. |
fm.liveswitch.DtlsFingerprint fm.liveswitch.DtlsParameters.getFingerprint | ( | ) |
Gets the fingerprint.
fm.liveswitch.DtlsFingerprint [] fm.liveswitch.DtlsParameters.getFingerprints | ( | ) |
Gets the fingerprints.
fm.liveswitch.DtlsRole fm.liveswitch.DtlsParameters.getPreferredRole | ( | ) |
Gets the preferred role.
fm.liveswitch.DtlsRole fm.liveswitch.DtlsParameters.getRole | ( | ) |
Gets the role.
void fm.liveswitch.DtlsParameters.setFingerprint | ( | fm.liveswitch.DtlsFingerprint | value | ) |
Sets the fingerprint.
void fm.liveswitch.DtlsParameters.setFingerprints | ( | fm.liveswitch.DtlsFingerprint[] | value | ) |
Sets the fingerprints.
void fm.liveswitch.DtlsParameters.setPreferredRole | ( | fm.liveswitch.DtlsRole | value | ) |
Sets the preferred role.
void fm.liveswitch.DtlsParameters.setRole | ( | fm.liveswitch.DtlsRole | value | ) |
Sets the role.