Uses of Class
com.shinyhut.vernacular.protocol.messages.SecurityType
-
Packages that use SecurityType Package Description com.shinyhut.vernacular.protocol.messages -
-
Uses of SecurityType in com.shinyhut.vernacular.protocol.messages
Methods in com.shinyhut.vernacular.protocol.messages that return SecurityType Modifier and Type Method Description static SecurityTypeSecurityType. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityType[]SecurityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.shinyhut.vernacular.protocol.messages that return types with arguments of type SecurityType Modifier and Type Method Description List<SecurityType>ServerSecurityTypes. getSecurityTypes()
-