Uses of Enum Class
org.webrtc.PeerConnection.KeyType
Packages that use PeerConnection.KeyType
-
Uses of PeerConnection.KeyType in org.webrtc
Fields in org.webrtc declared as PeerConnection.KeyTypeMethods in org.webrtc that return PeerConnection.KeyTypeModifier 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.Methods in org.webrtc with parameters of type PeerConnection.KeyTypeModifier 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)