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.KeyTypePeerConnection.RTCConfiguration.getKeyType()static PeerConnection.KeyTypeReturns 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 RtcCertificatePemRtcCertificatePem.generateCertificate(PeerConnection.KeyType keyType) Generate a new RtcCertificatePem with a custom KeyType and the default setting of expires = 30 days.static RtcCertificatePemRtcCertificatePem.generateCertificate(PeerConnection.KeyType keyType, long expires) Generate a new RtcCertificatePem with a custom KeyType and a custom expires.private static RtcCertificatePemRtcCertificatePem.nativeGenerateCertificate(PeerConnection.KeyType keyType, long expires)