public class OmnilockArgs
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OmnilockArgs.Authentication |
static class |
OmnilockArgs.OmniConfig |
| Constructor and Description |
|---|
OmnilockArgs(byte[] args) |
OmnilockArgs(OmnilockArgs.Authentication authentication,
OmnilockArgs.OmniConfig omniConfig) |
OmnilockArgs(java.lang.String address) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
encode() |
OmnilockArgs.Authentication |
getAuthenticationArgs() |
OmnilockArgs.OmniConfig |
getOmniArgs() |
void |
setAuthenticationArgs(OmnilockArgs.Authentication authentication) |
void |
setOmniArgs(OmnilockArgs.OmniConfig omniConfig) |
public OmnilockArgs(java.lang.String address)
public OmnilockArgs(byte[] args)
public OmnilockArgs(OmnilockArgs.Authentication authentication, OmnilockArgs.OmniConfig omniConfig)
public byte[] encode()
public OmnilockArgs.Authentication getAuthenticationArgs()
public void setAuthenticationArgs(OmnilockArgs.Authentication authentication)
public OmnilockArgs.OmniConfig getOmniArgs()
public void setOmniArgs(OmnilockArgs.OmniConfig omniConfig)