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 StringgetEncryptedKeyTag()List<String>getKeyNames()List<String>getTags()StringgetXmlInFileName()StringgetXmlOufFileName()booleanisCheckKey()booleanisDecypt()booleanisEncypt()booleanisGenKey()booleanisGetModulus()booleanisHelp()
-
-
-
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()
-
-