Uses of Class
gnu.java.zrtp.ZrtpCallback.EnableSecurity
-
Packages that use ZrtpCallback.EnableSecurity Package Description gnu.java.zrtp -
-
Uses of ZrtpCallback.EnableSecurity in gnu.java.zrtp
Methods in gnu.java.zrtp that return ZrtpCallback.EnableSecurity Modifier and Type Method Description static ZrtpCallback.EnableSecurityZrtpCallback.EnableSecurity. valueOf(String name)Returns the enum constant of this type with the specified name.static ZrtpCallback.EnableSecurity[]ZrtpCallback.EnableSecurity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gnu.java.zrtp with parameters of type ZrtpCallback.EnableSecurity Modifier and Type Method Description protected voidZRtp. srtpSecretsOff(ZrtpCallback.EnableSecurity part)Switch off SRTP secrets.voidZrtpCallback. srtpSecretsOff(ZrtpCallback.EnableSecurity part)Switch off the security for the defined part.protected booleanZRtp. srtpSecretsReady(ZrtpCallback.EnableSecurity part)Signal SRTP secrets are ready.booleanZrtpCallback. srtpSecretsReady(ZrtpSrtpSecrets secrets, ZrtpCallback.EnableSecurity part)SRTP crypto data ready for the sender or receiver.
-