Java.Security.Cert.CertPathBuilder.Build Method
Builds a certification path with the specified algorithm parameters.

Syntax

[Android.Runtime.Register("build", "(Ljava/security/cert/CertPathParameters;)Ljava/security/cert/CertPathBuilderResult;", "")]
public ICertPathBuilderResult Build (ICertPathParameters params)

See Also

ICertPathBuilderResult

Parameters

params
the algorithm parameters.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Security.Cert.CertPathBuilderExceptionif the build fails.
Java.Security.InvalidAlgorithmParameterExceptionif the specified parameters cannot be used to build with this builder.

Remarks

Builds a certification path with the specified algorithm parameters.

[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