Uses of Class
gnu.java.zrtp.ZrtpConstants.SupportedSymAlgos
-
Packages that use ZrtpConstants.SupportedSymAlgos Package Description gnu.java.zrtp -
-
Uses of ZrtpConstants.SupportedSymAlgos in gnu.java.zrtp
Fields in gnu.java.zrtp declared as ZrtpConstants.SupportedSymAlgos Modifier and Type Field Description ZrtpConstants.SupportedSymAlgosZrtpConstants.SupportedSymCiphers. algoMethods in gnu.java.zrtp that return ZrtpConstants.SupportedSymAlgos Modifier and Type Method Description ZrtpConstants.SupportedSymAlgosZrtpSrtpSecrets. getSymEncAlgorithm()static ZrtpConstants.SupportedSymAlgosZrtpConstants.SupportedSymAlgos. valueOf(String name)Returns the enum constant of this type with the specified name.static ZrtpConstants.SupportedSymAlgos[]ZrtpConstants.SupportedSymAlgos. values()Returns an array containing the constants of this enum type, in the order they are declared.
-