Java.Security.Cert.CertPathBuilder Members

The members of Java.Security.Cert.CertPathBuilder are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.
Creates a new CertPathBuilder.

Public Properties

[read-only]
Algorithmstring. Returns the algorithm name of this instance.
[read-only]
static
DefaultTypestring. Returns the default CertPathBuilder type from the Security Properties.
[read-only]
ProviderJava.Security.Provider. Returns the provider of this instance.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Build(ICertPathParameters) : ICertPathBuilderResult
Builds a certification path with the specified algorithm parameters.
static
GetInstance(string) : CertPathBuilder
Creates a new CertPathBuilder instance with the specified algorithm.
static
GetInstance(string, Java.Security.Provider) : CertPathBuilder
Creates a new CertPathBuilder instance from the specified provider providing the specified algorithm.
static
GetInstance(string, string) : CertPathBuilder
Creates a new CertPathBuilder instance from the specified provider providing the specified algorithm.