public class SecurityUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static ej.ecom.wifi.SecurityMode |
getSecurityMode(java.lang.String securityMode)
Gets the SecurityMode value from its String name.
|
static java.lang.String |
getSecurityModeText(ej.ecom.wifi.SecurityMode securityMode)
Gets the text value of a security mode.
|
public static java.lang.String getSecurityModeText(ej.ecom.wifi.SecurityMode securityMode)
securityMode
- the security mode.null
if not is found.public static ej.ecom.wifi.SecurityMode getSecurityMode(java.lang.String securityMode)
securityMode
- the security mode, can be null
.null
if not found.