Package tvi.webrtc
Class CryptoOptions
- java.lang.Object
-
- tvi.webrtc.CryptoOptions
-
public final class CryptoOptions extends java.lang.ObjectCryptoOptions defines advanced cryptographic settings for native WebRTC. These settings must be passed into RTCConfiguration. WebRTC is secur by default and you should not need to set any of these options unless you are specifically looking for an additional crypto feature such as AES_GCM support. This class is the Java binding of native api/crypto/cryptooptions.h
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCryptoOptions.BuilderclassCryptoOptions.SFrameOptions to be used when the FrameEncryptor / FrameDecryptor APIs are used.classCryptoOptions.SrtpSRTP Related Peer Connection Options.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CryptoOptions.Builderbuilder()CryptoOptions.SFramegetSFrame()CryptoOptions.SrtpgetSrtp()
-
-
-
Method Detail
-
builder
public static CryptoOptions.Builder builder()
-
getSrtp
public CryptoOptions.Srtp getSrtp()
-
getSFrame
public CryptoOptions.SFrame getSFrame()
-
-