MCPcopy Create free account

hub / github.com/adalkiran/webrtc-nuts-and-bolts / types & classes

Types & classes115 in github.com/adalkiran/webrtc-nuts-and-bolts

↓ 5 callersTypeAliasCurve
Only X25519 was implemented. See for further NamedCurve types: https://www.rfc-editor.org/rfc/rfc8422.html#section-5.1.1
backend/src/dtls/ciphersuites.go:22
↓ 4 callersTypeAliasDtlsVersion
backend/src/dtls/recordheader.go:10
↓ 4 callersTypeAliasHashAlgorithm
Only SHA256 was implemented. See for further Hash Algorithm types (in "HashAlgorithm" enum): https://www.rfc-editor.org/rfc/rfc5246.html#section-7.4.
backend/src/dtls/ciphersuites.go:30
↓ 4 callersTypeAliasSRTPProtectionProfile
Only SRTP_AEAD_AES_128_GCM was implemented. See for further SRTP Protection Profile types: https://www.iana.org/assignments/srtp-protection/srtp-prote
backend/src/dtls/ciphersuites.go:46
↓ 3 callersTypeAliasCipherSuiteID
See for complete overview: https://www.iana.org/assignments/tls-parameters/tls-parameters.xml Only TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 was impleme
backend/src/dtls/ciphersuites.go:14
↓ 2 callersTypeAliasCertificateType
Only ECDSA Sign was implemented. See for further ClientCertificateType types (in "ClientCertificateType" enum): https://www.rfc-editor.org/rfc/rfc842
backend/src/dtls/ciphersuites.go:40
↓ 2 callersTypeAliasCurveType
Only NamedCurve was implemented. See for further CurveType types: https://www.rfc-editor.org/rfc/rfc8422.html#section-5.4
backend/src/dtls/ciphersuites.go:18
↓ 2 callersTypeAliasKeyExchangeAlgorithm
backend/src/dtls/ciphersuites.go:42
↓ 2 callersTypeAliasPointFormat
Only Uncompressed was implemented. See for further Elliptic Curve Point Format types: https://www.rfc-editor.org/rfc/rfc8422.html#section-5.1.2
backend/src/dtls/ciphersuites.go:26
↓ 2 callersTypeAliasSignatureAlgorithm
Only ECDSA was implemented. See for further Signature Algorithm types: (in "signed_params" bullet, SignatureAlgorithm enum) https://www.rfc-editor.org
backend/src/dtls/ciphersuites.go:35
↓ 1 callersTypeAliasAlertDescription
backend/src/dtls/alert.go:25
↓ 1 callersTypeAliasAlertLevel
backend/src/dtls/alert.go:5
↓ 1 callersTypeAliasAttributeType
backend/src/stun/atttributetype.go:5
↓ 1 callersTypeAliasCandidateType
backend/src/sdp/sdp.go:20
↓ 1 callersTypeAliasContentType
backend/src/dtls/recordheader.go:8
↓ 1 callersTypeAliasExtensionType
backend/src/dtls/extensions.go:5
↓ 1 callersTypeAliasFingerprintType
backend/src/sdp/sdp.go:33
↓ 1 callersTypeAliasHandshakeType
backend/src/dtls/handshakeheader.go:8
↓ 1 callersTypeAliasIPFamily
backend/src/stun/attributes.go:8
↓ 1 callersTypeAliasMediaType
backend/src/sdp/sdp.go:13
↓ 1 callersTypeAliasMessageClass
backend/src/stun/messageclass.go:5
↓ 1 callersTypeAliasMessageMethod
backend/src/stun/messagemethod.go:5
↓ 1 callersTypeAliasPacketType
backend/src/rtcp/header.go:8
↓ 1 callersTypeAliasPayloadType
backend/src/rtp/header.go:8
↓ 1 callersTypeAliasProtectionProfile
backend/src/srtp/protectionprofiles.go:5
↓ 1 callersTypeAliasTransportType
backend/src/sdp/sdp.go:26
Class
ui/src/sdp.ts:7
Class
ui/src/sdp.ts:12
Class
ui/src/sdp.ts:24
Class
ui/src/app.ts:5
Class
ui/src/app.ts:139
StructAlert
backend/src/dtls/alert.go:115
StructAlgoPair
backend/src/dtls/algopair.go:5
StructAttribute
backend/src/stun/attribute.go:12
InterfaceBaseDtlsHandshakeMessage
backend/src/dtls/dtlsmessage.go:38
InterfaceBaseDtlsMessage
backend/src/dtls/dtlsmessage.go:31
StructBroadcastMessage
backend/src/signaling/wshub.go:35
StructCertificate
backend/src/dtls/certificate.go:5
StructCertificateRequest
backend/src/dtls/certificaterequest.go:8
StructCertificateVerify
backend/src/dtls/certificateverify.go:8
StructChangeCipherSpec
backend/src/dtls/changecipherspec.go:7
StructCipherSuite
backend/src/dtls/ciphersuites.go:48
StructClientErrorMessage
backend/src/signaling/wsclient.go:63
StructClientHello
backend/src/dtls/clienthello.go:10
StructClientKeyExchange
backend/src/dtls/clientkeyexchange.go:5
StructClientWelcomeMessage
backend/src/signaling/wsclient.go:58
FuncTypeColorFunc
func(format string, v ...interface{}) string
backend/src/logging/logging.go:45
StructConference
backend/src/conference/conference.go:7
StructConferenceManager
backend/src/conference/conferencemanager.go:11
StructConfigurations
See: https://medium.com/@bnprashanth256/reading-configuration-files-and-environment-variables-in-go-golang-c2607f912b63
backend/src/config/config.go:12
TypeAliasDTLSState
backend/src/dtls/dtlsstate.go:3
StructEncryptionKeys
backend/src/dtls/crypto.go:155
StructEncryptionKeys
backend/src/srtp/protectionprofiles.go:11
StructExtRenegotiationInfo
backend/src/dtls/simpleextensions.go:30
StructExtSupportedEllipticCurves
Only X25519 was implemented. See for further NamedCurve types: https://www.rfc-editor.org/rfc/rfc8422.html#section-5.1.1
backend/src/dtls/simpleextensions.go:145
StructExtSupportedPointFormats
Only Uncompressed was implemented. See for further Elliptic Curve Point Format types: https://www.rfc-editor.org/rfc/rfc8422.html#section-5.1.2
backend/src/dtls/simpleextensions.go:107
StructExtUnknown
ExtUnknown is not for processing. It is only for debugging purposes.
backend/src/dtls/simpleextensions.go:190
StructExtUseExtendedMasterSecret
backend/src/dtls/simpleextensions.go:11
StructExtUseSRTP
backend/src/dtls/simpleextensions.go:50
InterfaceExtension
backend/src/dtls/extensions.go:7
StructExtension
backend/src/rtp/header.go:31
StructFinished
backend/src/dtls/finished.go:5
TypeAliasFlight
backend/src/dtls/handshakecontext.go:68
StructGCM
backend/src/dtls/cryptogcm.go:16
StructGCM
backend/src/srtp/cryptogcm.go:26
StructHandshakeContext
backend/src/dtls/handshakecontext.go:9
StructHandshakeHeader
backend/src/dtls/handshakeheader.go:25
StructHandshakeManager
backend/src/dtls/handshakemanager.go:14
StructHeader
backend/src/rtcp/header.go:25
StructHeader
backend/src/rtp/header.go:15
StructHelloVerifyRequest
backend/src/dtls/helloverifyrequest.go:8
StructHttpServer
backend/src/signaling/httpserver.go:11
StructIceCandidate
backend/src/agent/serveragent.go:25
StructJoinConferenceData
backend/src/signaling/joinconferencedata.go:3
StructLoggerLevel
backend/src/logging/logging.go:47
StructMappedAddress
backend/src/stun/attributes.go:15
StructMessage
backend/src/stun/message.go:22
StructMessageContainer
backend/src/signaling/wshub.go:40
StructMessageType
backend/src/stun/messagetype.go:5
StructPacket
backend/src/rtcp/packet.go:5
StructPacket
backend/src/rtp/packet.go:5
ClassRTC
ui/src/app.ts:5
StructRandom
https://github.com/pion/dtls/blob/b3e235f54b60ccc31aa10193807b5e8e394f17ff/pkg/protocol/handshake/random.go
backend/src/dtls/random.go:14
StructReceivedMessage
backend/src/signaling/wsclient.go:53
StructRecordHeader
backend/src/dtls/recordheader.go:25
StructSRTPContext
backend/src/srtp/srtpcontext.go:9
StructSRTPManager
backend/src/srtp/srtpmanager.go:9
ClassSdpMedia
ui/src/sdp.ts:12
StructSdpMedia
backend/src/sdp/sdp.go:45
ClassSdpMediaCandidate
ui/src/sdp.ts:24
StructSdpMediaCandidate
backend/src/sdp/sdp.go:57
ClassSdpMessage
ui/src/sdp.ts:7
StructSdpMessage
backend/src/sdp/sdp.go:39
StructServerAgent
backend/src/agent/serveragent.go:8
StructServerConfigurations
backend/src/config/config.go:16
StructServerHello
backend/src/dtls/serverhello.go:10
StructServerHelloDone
backend/src/dtls/serverhellodone.go:3
StructServerKeyExchange
backend/src/dtls/serverkeyexchange.go:8
ClassSignaling
ui/src/app.ts:139
StructSignalingConfigurations
backend/src/config/config.go:31
next →1–100 of 115, ranked by callers