- java.lang.Object
-
- io.helidon.config.encryption.Main
-
public final class Main extends Object
Cli access to secret encryption.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Expected parameters: type [aes|rsa] encryptionConfig [masterPassword|pathToRsaPublicKey] secretToEncrypt.
-
-
-
Method Detail
-
main
public static void main(String[] args)
Expected parameters: type [aes|rsa] encryptionConfig [masterPassword|pathToRsaPublicKey] secretToEncrypt.- Parameters:
args
- arguments
-
-