Package aQute.bnd.main
Interface bnd.hashOptions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<bnd.Alg>
algorithm()
boolean
b64()
boolean
hex()
boolean
name()
boolean
process()
-
Methods inherited from interface aQute.lib.getopt.Options
_arguments, _command, _help, _ok, _properties
-
-
-
-
Method Detail
-
hex
boolean hex()
-
b64
boolean b64()
-
process
boolean process()
-
name
boolean name()
-
algorithm
java.util.List<bnd.Alg> algorithm()
-
-