public static class OmnilockArgs.Authentication
extends java.lang.Object
| Constructor and Description |
|---|
Authentication() |
| Modifier and Type | Method and Description |
|---|---|
static OmnilockArgs.Authentication |
decode(byte[] args) |
byte[] |
encode() |
byte[] |
getAuthContent() |
AuthFlag |
getFlag() |
void |
setAuthContent(byte[] authContent) |
void |
setFlag(AuthFlag flag) |
public AuthFlag getFlag()
public void setFlag(AuthFlag flag)
public byte[] getAuthContent()
public void setAuthContent(byte[] authContent)
public static OmnilockArgs.Authentication decode(byte[] args)
public byte[] encode()