Uses of Class
gnu.java.zrtp.ZrtpConstants.SupportedSASTypes
-
Packages that use ZrtpConstants.SupportedSASTypes Package Description gnu.java.zrtp gnu.java.zrtp.packets -
-
Uses of ZrtpConstants.SupportedSASTypes in gnu.java.zrtp
Methods in gnu.java.zrtp that return ZrtpConstants.SupportedSASTypes Modifier and Type Method Description ZrtpConstants.SupportedSASTypesZRtp. getSasType()Get the commited SAS rendering algorithm for this ZRTP session.ZrtpConstants.SupportedSASTypesZrtpConfigure. getSasTypeAlgoAt(int index)Returns the identifier of the SAS type algorithm at the given index.static ZrtpConstants.SupportedSASTypesZrtpConstants.SupportedSASTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static ZrtpConstants.SupportedSASTypes[]ZrtpConstants.SupportedSASTypes. 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.SupportedSASTypes Modifier and Type Method Description Iterable<ZrtpConstants.SupportedSASTypes>ZrtpConfigure. sasTypes()Returns Iterable for SAS algorithms.Methods in gnu.java.zrtp with parameters of type ZrtpConstants.SupportedSASTypes Modifier and Type Method Description intZrtpConfigure. addSasTypeAlgo(ZrtpConstants.SupportedSASTypes algo)Add a SAS type algorithm to configuration data.intZrtpConfigure. addSasTypeAlgoAt(int index, ZrtpConstants.SupportedSASTypes algo)Add a SAS type algorithm to configuration data.booleanZrtpConfigure. containsSasTypeAlgo(ZrtpConstants.SupportedSASTypes sas)Check if ZrtpConfigure contains a SAS algorithm.intZrtpConfigure. removeSasTypeAlgo(ZrtpConstants.SupportedSASTypes algo)Remove a SAS type algorithm from configuration data.booleanZRtp. sendSASRelayPacket(byte[] sh, ZrtpConstants.SupportedSASTypes render)Send the SAS relay packet. -
Uses of ZrtpConstants.SupportedSASTypes in gnu.java.zrtp.packets
Methods in gnu.java.zrtp.packets that return ZrtpConstants.SupportedSASTypes Modifier and Type Method Description ZrtpConstants.SupportedSASTypesZrtpPacketHello. findBestSASType(ZrtpConfigure config)ZrtpConstants.SupportedSASTypesZrtpPacketCommit. getSas()ZrtpConstants.SupportedSASTypesZrtpPacketSASRelay. getSas()
-