public class GenerateKeyPair.CmdParams extends Object
| Constructor and Description |
|---|
CmdParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBits() |
String |
getModule() |
String |
getPin() |
String |
getReader() |
String |
getType() |
void |
setBits(String bits) |
void |
setModule(String module) |
void |
setPin(String pin) |
void |
setReader(String reader) |
void |
setType(String type) |
String |
toString() |
public String toString()
toString in class ObjectObject.toString()public String getReader()
public void setReader(String reader)
reader - the reader to setpublic String getModule()
public void setModule(String module)
module - the module to setpublic String getType()
public void setType(String type)
type - the type to setpublic String getBits()
public void setBits(String bits)
bits - the bits to setpublic String getPin()
public void setPin(String pin)
pin - the pin to setCopyright © 2018. All rights reserved.