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