public class Control extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
address |
String |
algorithm |
String |
encAlg |
String |
hash |
String |
id |
String |
key |
Map |
parameters |
String |
publicKey |
String |
salt |
| Constructor and Description |
|---|
Control() |
Control(String key,
String id,
String pubkey) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
String |
getEncAlg() |
String |
getPublicKey() |
byte[] |
getSalt() |
void |
setAddress(String address) |
void |
setEncAlg(String encAlg) |
void |
setPublicKey(String pk) |
void |
setSalt(byte[] salt) |
String |
toString() |
public String algorithm
public Map parameters
public String id
public String key
public String salt
public String hash
public String encAlg
public String address
public String publicKey
public String getEncAlg()
public void setEncAlg(String encAlg)
public byte[] getSalt()
public void setSalt(byte[] salt)
public String getAddress()
public void setAddress(String address)
public String getPublicKey()
public void setPublicKey(String pk)
Copyright © 2020. All rights reserved.