Uses of Enum Class
org.webrtc.PeerConnection.KeyType
-
Uses of PeerConnection.KeyType in org.webrtc
Modifier and TypeMethodDescription(package private) PeerConnection.KeyType
PeerConnection.RTCConfiguration.getKeyType()
static PeerConnection.KeyType
Returns the enum constant of this class with the specified name.static PeerConnection.KeyType[]
PeerConnection.KeyType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic 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.private static RtcCertificatePem
RtcCertificatePem.nativeGenerateCertificate
(PeerConnection.KeyType keyType, long expires)