Uses of Class
gnu.java.zrtp.ZrtpConstants.SupportedSymCiphers
-
Packages that use ZrtpConstants.SupportedSymCiphers Package Description gnu.java.zrtp gnu.java.zrtp.packets -
-
Uses of ZrtpConstants.SupportedSymCiphers in gnu.java.zrtp
Methods in gnu.java.zrtp that return ZrtpConstants.SupportedSymCiphers Modifier and Type Method Description ZrtpConstants.SupportedSymCiphersZrtpConfigure. getSymCipherAlgoAt(int index)Returns the identifier of the symmetric cipher algorithm at the given index.static ZrtpConstants.SupportedSymCiphersZrtpConstants.SupportedSymCiphers. valueOf(String name)Returns the enum constant of this type with the specified name.static ZrtpConstants.SupportedSymCiphers[]ZrtpConstants.SupportedSymCiphers. 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.SupportedSymCiphers Modifier and Type Method Description Iterable<ZrtpConstants.SupportedSymCiphers>ZrtpConfigure. symCiphers()Returns Iterable for the symmetric ciphers.Methods in gnu.java.zrtp with parameters of type ZrtpConstants.SupportedSymCiphers Modifier and Type Method Description intZrtpConfigure. addSymCipherAlgo(ZrtpConstants.SupportedSymCiphers algo)Add a symmetric cipher algorithm to configuration data.intZrtpConfigure. addSymCipherAlgoAt(int index, ZrtpConstants.SupportedSymCiphers algo)Add a symmetric cipher algorithm to configuration data.booleanZrtpConfigure. containsCipherAlgo(ZrtpConstants.SupportedSymCiphers cipher)Check if ZrtpConfigure contains a cipher algorithm.intZrtpConfigure. removeSymCipherAlgo(ZrtpConstants.SupportedSymCiphers algo)Remove a symmetric cipher algorithm from configuration data. -
Uses of ZrtpConstants.SupportedSymCiphers in gnu.java.zrtp.packets
Methods in gnu.java.zrtp.packets that return ZrtpConstants.SupportedSymCiphers Modifier and Type Method Description ZrtpConstants.SupportedSymCiphersZrtpPacketHello. findBestCipher(ZrtpConfigure config, ZrtpConstants.SupportedPubKeys pk)ZrtpConstants.SupportedSymCiphersZrtpPacketCommit. getCipher()ZrtpConstants.SupportedSymCiphersZrtpPacketHello. getSelectedCipher()
-