- 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.NoSuchProviderException if no provider with the specified name can be found. Java.Security.InvalidAlgorithmParameterException if the specified parameters cannot be used to initialize this certificate store instance. Java.Lang.IllegalArgumentException if provider == null || provider.isEmpty() Java.Lang.NullPointerException if type is null.
Creates a new CertStore instance from the specified provider with the specified type and initialized with the specified parameters.