- type
- the type of the returned KeyStore.
- provider
- name of the provider of the KeyStore.
Documentation for this section has not yet been entered.
Type Reason Java.Security.KeyStoreException if an error occurred during the creation of the new KeyStore. Java.Security.NoSuchProviderException if the specified provider is not available. Java.Lang.IllegalArgumentException if provider == null || provider.isEmpty() Java.Lang.NullPointerException if type is null (instead of NoSuchAlgorithmException) as in 1.4 release
Returns a new instance of KeyStore from the specified provider with the given type.