Uses of Class
gnu.java.zrtp.ZrtpCallback.Role
-
Packages that use ZrtpCallback.Role Package Description gnu.java.zrtp -
-
Uses of ZrtpCallback.Role in gnu.java.zrtp
Fields in gnu.java.zrtp declared as ZrtpCallback.Role Modifier and Type Field Description protected ZrtpCallback.RoleZrtpSrtpSecrets. roleMethods in gnu.java.zrtp that return ZrtpCallback.Role Modifier and Type Method Description ZrtpCallback.RoleZrtpSrtpSecrets. getRole()static ZrtpCallback.RoleZrtpCallback.Role. valueOf(String name)Returns the enum constant of this type with the specified name.static ZrtpCallback.Role[]ZrtpCallback.Role. 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.Role Modifier and Type Method Description voidZrtpSrtpSecrets. setRole(ZrtpCallback.Role role)
-