Java.Security.Cert.CertPathBuilder.GetInstance Method
Creates a new CertPathBuilder instance with the specified algorithm.

Syntax

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

Parameters

algorithm
the name of the algorithm.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionif the algorithm is null.
Java.Security.NoSuchAlgorithmExceptionif no installed provider can provide the algorithm.

Remarks

Creates a new CertPathBuilder instance with the specified algorithm.

[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