Package org.iqtig.xpacker.params
Class XPackerCliParamInput
- java.lang.Object
-
- org.iqtig.xpacker.params.XPackerCliParamInput
-
public class XPackerCliParamInput extends Object
-
-
Constructor Summary
Constructors Constructor Description XPackerCliParamInput(String[] args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEncryptedKeyTag()
List<String>
getKeyNames()
List<String>
getTags()
String
getXmlInFileName()
String
getXmlOufFileName()
boolean
isCheckKey()
boolean
isDecypt()
boolean
isEncypt()
boolean
isGenKey()
boolean
isGetModulus()
boolean
isHelp()
-
-
-
Constructor Detail
-
XPackerCliParamInput
public XPackerCliParamInput(String[] args)
-
-
Method Detail
-
isHelp
public boolean isHelp()
-
isEncypt
public boolean isEncypt()
-
isDecypt
public boolean isDecypt()
-
isGenKey
public boolean isGenKey()
-
isGetModulus
public boolean isGetModulus()
-
isCheckKey
public boolean isCheckKey()
-
getXmlInFileName
public String getXmlInFileName()
-
getXmlOufFileName
public String getXmlOufFileName()
-
getEncryptedKeyTag
public String getEncryptedKeyTag()
-
-