Uses of Class
gnu.java.zrtp.ZrtpConstants.SupportedPubKeys
-
Packages that use ZrtpConstants.SupportedPubKeys Package Description gnu.java.zrtp gnu.java.zrtp.packets -
-
Uses of ZrtpConstants.SupportedPubKeys in gnu.java.zrtp
Methods in gnu.java.zrtp that return ZrtpConstants.SupportedPubKeys Modifier and Type Method Description ZrtpConstants.SupportedPubKeysZrtpConfigure. getPubKeyAlgoAt(int index)Returns the identifier of the public key algorithm at the given index.static ZrtpConstants.SupportedPubKeysZrtpConstants.SupportedPubKeys. valueOf(String name)Returns the enum constant of this type with the specified name.static ZrtpConstants.SupportedPubKeys[]ZrtpConstants.SupportedPubKeys. 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.SupportedPubKeys Modifier and Type Method Description Iterable<ZrtpConstants.SupportedPubKeys>ZrtpConfigure. publicKeyAlgos()Returns Iterable for public key algorithms.Methods in gnu.java.zrtp with parameters of type ZrtpConstants.SupportedPubKeys Modifier and Type Method Description intZrtpConfigure. addPubKeyAlgo(ZrtpConstants.SupportedPubKeys algo)Add a public key algorithm to configuration data.intZrtpConfigure. addPubKeyAlgoAt(int index, ZrtpConstants.SupportedPubKeys algo)Add a public key algorithm to configuration data.booleanZrtpConfigure. containsPubKeyAlgo(ZrtpConstants.SupportedPubKeys pubkey)Check if ZrtpConfigure contains a Public key algorithm.intZrtpConfigure. removePubKeyAlgo(ZrtpConstants.SupportedPubKeys algo)Remove a public key algorithm from configuration data. -
Uses of ZrtpConstants.SupportedPubKeys in gnu.java.zrtp.packets
Methods in gnu.java.zrtp.packets that return ZrtpConstants.SupportedPubKeys Modifier and Type Method Description ZrtpConstants.SupportedPubKeysZrtpPacketHello. findBestPubkey(ZrtpConfigure config)ZrtpConstants.SupportedPubKeysZrtpPacketCommit. getPubKey()Methods in gnu.java.zrtp.packets with parameters of type ZrtpConstants.SupportedPubKeys Modifier and Type Method Description ZrtpConstants.SupportedSymCiphersZrtpPacketHello. findBestCipher(ZrtpConfigure config, ZrtpConstants.SupportedPubKeys pk)voidZrtpPacketDHPart. setPubKeyType(ZrtpConstants.SupportedPubKeys pkt)Constructors in gnu.java.zrtp.packets with parameters of type ZrtpConstants.SupportedPubKeys Constructor Description ZrtpPacketDHPart(ZrtpConstants.SupportedPubKeys pkt)Constructor for a new DHPart message with DH part type.
-