Java.Security.Cert.CertificateFactory.GetInstance Method
Creates a new CertificateFactory instance that provides the requested certificate type.

Syntax

[Android.Runtime.Register("getInstance", "(Ljava/lang/String;)Ljava/security/cert/CertificateFactory;", "")]
public static CertificateFactory GetInstance (string type)

Parameters

type
the certificate type.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Security.Cert.CertificateExceptionif the specified certificate type is not available at any installed provider.
Java.Lang.NullPointerExceptionif type == null

Remarks

Creates a new CertificateFactory instance that provides the requested certificate type.

[Android Documentation]

Requirements

Namespace: Java.Security.Cert
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1