public final class AuthRemoteEngine extends Object
| Modifier and Type | Field and Description |
|---|---|
AuthRemoteSpecification |
authRemoteSpecification |
| Constructor and Description |
|---|
AuthRemoteEngine(AuthRemoteSpecification authRemoteSpecification) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
decrypt(ByteBuffer encryptedBuffer) |
ByteBuffer |
encrypt(ByteBuffer decryptedBuffer) |
byte[] |
getAuthKey() |
String |
getAuthLogin() |
int |
getBootCount() |
byte[] |
getEncryptionParameters() |
byte[] |
getId() |
String |
getPrivLogin() |
int |
getTime() |
byte[] |
hash(ByteBuffer message) |
int |
incPacketNumber() |
void |
renewTime() |
void |
resetTime(int resetTime) |
void |
setBootCount(int bootCount) |
void |
setEncryptionParameters(byte[] encryptionParameters) |
void |
setId(byte[] id) |
public final AuthRemoteSpecification authRemoteSpecification
public AuthRemoteEngine(AuthRemoteSpecification authRemoteSpecification)
public String getAuthLogin()
public String getPrivLogin()
public int incPacketNumber()
public byte[] getEncryptionParameters()
public byte[] getId()
public void setId(byte[] id)
public void setEncryptionParameters(byte[] encryptionParameters)
public int getBootCount()
public void setBootCount(int bootCount)
public int getTime()
public void renewTime()
public void resetTime(int resetTime)
public byte[] getAuthKey()
public byte[] hash(ByteBuffer message)
public ByteBuffer encrypt(ByteBuffer decryptedBuffer)
public ByteBuffer decrypt(ByteBuffer encryptedBuffer)
Copyright © 2016. All rights reserved.