| Package | Description |
|---|---|
| org.webrtc |
| Modifier and Type | Field and Description |
|---|---|
PeerConnection.KeyType |
PeerConnection.RTCConfiguration.keyType |
| Modifier and Type | Method and Description |
|---|---|
static PeerConnection.KeyType |
PeerConnection.KeyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PeerConnection.KeyType[] |
PeerConnection.KeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|