Package | Description |
---|---|
org.webrtc |
Modifier and Type | Field and Description |
---|---|
RtcCertificatePem |
PeerConnection.RTCConfiguration.certificate |
Modifier and Type | Method and Description |
---|---|
static RtcCertificatePem |
RtcCertificatePem.generateCertificate()
Generate a new RtcCertificatePem with the default settings of KeyType = ECDSA and
expires = 30 days.
|
static RtcCertificatePem |
RtcCertificatePem.generateCertificate(long expires)
Generate a new RtcCertificatePem with a custom expires and the default setting of
KeyType = ECDSA.
|
static RtcCertificatePem |
RtcCertificatePem.generateCertificate(PeerConnection.KeyType keyType)
Generate a new RtcCertificatePem with a custom KeyType and the default setting of
expires = 30 days.
|
static RtcCertificatePem |
RtcCertificatePem.generateCertificate(PeerConnection.KeyType keyType,
long expires)
Generate a new RtcCertificatePem with a custom KeyType and a custom expires.
|
RtcCertificatePem |
PeerConnection.getCertificate() |