- type
- the certificate type.
- provider
- the name of the provider providing certificates of the specified type.
Documentation for this section has not yet been entered.
Type Reason Java.Security.Cert.CertificateException if the specified certificate type is not available by the specified provider. Java.Security.NoSuchProviderException if no provider with the specified name can be found. Java.Lang.IllegalArgumentException if provider == null || provider.isEmpty() Java.Lang.NullPointerException it type is null.
Creates a new CertificateFactory instance from the specified provider that provides the requested certificate type.