- type
- the type of the returned KeyStore.
- provider
- 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.Lang.IllegalArgumentException if provider is null or the empty string. Java.Lang.NullPointerException if type == null (instead of NoSuchAlgorithmException) as in 1.4 release
Returns a new instance of KeyStore from the specified provider with the given type. The provider supplied does not have to be registered.