- 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 at the specified provider. Java.Lang.IllegalArgumentException if the specified provider is null. Java.Lang.NullPointerException if type == null Java.Lang.IllegalArgumentException if provider == null
Creates a new CertificateFactory instance from the specified provider that provides the requested certificate type. The provider supplied does not have to be registered.