public class CustomerKeySetting extends BaseSetting<byte[]>
Constructor and Description |
---|
CustomerKeySetting() |
CustomerKeySetting(byte[] customerKey) |
Modifier and Type | Method and Description |
---|---|
void |
onCheckParameterLength(byte[] parameter) |
byte[] |
onParseSetting(byte[] parameter) |
toReadSettingByte, toWriteSettingBytes
public CustomerKeySetting()
public CustomerKeySetting(byte[] customerKey) throws ErrorParameterException
ErrorParameterException
public byte[] onParseSetting(byte[] parameter) throws ErrorParameterException
onParseSetting
in class BaseSetting<byte[]>
ErrorParameterException
public void onCheckParameterLength(byte[] parameter) throws ErrorParameterException
onCheckParameterLength
in class BaseSetting<byte[]>
ErrorParameterException