CertPathBuilder.Build(ICertPathParameters) Method

Definition

Attempts to build a certification path using the specified algorithm parameter set.

[Android.Runtime.Register("build", "(Ljava/security/cert/CertPathParameters;)Ljava/security/cert/CertPathBuilderResult;", "")]
public Java.Security.Cert.ICertPathBuilderResult? Build (Java.Security.Cert.ICertPathParameters? params);
[<Android.Runtime.Register("build", "(Ljava/security/cert/CertPathParameters;)Ljava/security/cert/CertPathBuilderResult;", "")>]
member this.Build : Java.Security.Cert.ICertPathParameters -> Java.Security.Cert.ICertPathBuilderResult

Parameters

params
ICertPathParameters

the algorithm parameters

Returns

the result of the build algorithm

Attributes

Exceptions

if the build fails.

if the specified parameters cannot be used to build with this builder.

Remarks

Attempts to build a certification path using the specified algorithm parameter set.

Java documentation for java.security.cert.CertPathBuilder.build(java.security.cert.CertPathParameters).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also