- type
- the certificate store type.
- params
- the certificate store parameters (may be null).
- provider
- the name of the provider.
Documentation for this section has not yet been entered.
Type Reason Java.Security.NoSuchAlgorithmException if the specified provider cannot provide the requested certificate store type. Java.Security.InvalidAlgorithmParameterException if the specified parameters cannot be used to initialize this certificate store instance. Java.Lang.IllegalArgumentException if provider == null Java.Lang.NullPointerException if type == null
Creates a new CertStore instance from the specified provider with the specified type and initialized with the specified parameters. The provider supplied does not have to be registered.