How to pass key values to gp from Java #399
Unanswered
Etantonio2016
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to use GP from java,
concerning this I'm calling it with the following arguments:
coming from:
String[] argsUninstall = {"-l" , "-key-enc " + HexBytes.b(key_enc), "-key-mac " + HexBytes.b(key_mac) , "-key-dek " + HexBytes.b(key_dek) };
but the error is:
"Error: Found multiple arguments for option k/key, but you asked for only one"
can you tell me the right way to call it?
Thanks,
Antonio
Beta Was this translation helpful? Give feedback.
All reactions