When using Java 11, what values can be used for the storetype parameter to keytool? The online documentation gives some examples but does not say what all the valid values are.
Is there a way to have keytool list the suported store types?
When using Java 11, what values can be used for the storetype parameter to keytool? The online documentation gives some examples but does not say what all the valid values are.
Is there a way to have keytool list the suported store types?
Its directly transfered into the KeyStore.getInstance(storetype)-parameter ( as you can see here).
Basically in JDK11 it is on oracle implementation from the Javadoc
There are two more implemented in KeyTool runnin on a Windows-System: Windows-MY and Windows-ROOT.