Uses of Class
gnu.java.zrtp.ZrtpConstants.SupportedAuthLengths
-
Packages that use ZrtpConstants.SupportedAuthLengths Package Description gnu.java.zrtp gnu.java.zrtp.packets -
-
Uses of ZrtpConstants.SupportedAuthLengths in gnu.java.zrtp
Methods in gnu.java.zrtp that return ZrtpConstants.SupportedAuthLengths Modifier and Type Method Description ZrtpConstants.SupportedAuthLengthsZrtpConfigure. getAuthLengthAt(int index)Returns the identifier of the SRTP authentication length at the given index.static ZrtpConstants.SupportedAuthLengthsZrtpConstants.SupportedAuthLengths. valueOf(String name)Returns the enum constant of this type with the specified name.static ZrtpConstants.SupportedAuthLengths[]ZrtpConstants.SupportedAuthLengths. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gnu.java.zrtp that return types with arguments of type ZrtpConstants.SupportedAuthLengths Modifier and Type Method Description Iterable<ZrtpConstants.SupportedAuthLengths>ZrtpConfigure. authLengths()Returns Iterable for SRTP authentication lengths.Methods in gnu.java.zrtp with parameters of type ZrtpConstants.SupportedAuthLengths Modifier and Type Method Description intZrtpConfigure. addAuthLength(ZrtpConstants.SupportedAuthLengths algo)Add a SRTP authentication length to configuration data.intZrtpConfigure. addAuthLengthAt(int index, ZrtpConstants.SupportedAuthLengths algo)Add a SRTP authentication length to configuration data.booleanZrtpConfigure. containsAuthLength(ZrtpConstants.SupportedAuthLengths length)Check if ZrtpConfigure contains a Auth lengths.intZrtpConfigure. removeAuthLength(ZrtpConstants.SupportedAuthLengths algo)Remove a SRTP authentication length from configuration data. -
Uses of ZrtpConstants.SupportedAuthLengths in gnu.java.zrtp.packets
Methods in gnu.java.zrtp.packets that return ZrtpConstants.SupportedAuthLengths Modifier and Type Method Description ZrtpConstants.SupportedAuthLengthsZrtpPacketHello. findBestAuthLen(ZrtpConfigure config)ZrtpConstants.SupportedAuthLengthsZrtpPacketCommit. getAuthlen()
-