Java.Security.Cert.CertPathValidator Members

The members of Java.Security.Cert.CertPathValidator 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 CertPathValidator instance.

Public Properties

[read-only]
Algorithmstring. Returns the certification path algorithm name.
[read-only]
static
DefaultTypestring. Returns the default CertPathValidator type from the Security Properties.
[read-only]
ProviderJava.Security.Provider. Returns the security provider.

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

static
GetInstance(string) : CertPathValidator
Returns a new certification path validator for the specified algorithm.
static
GetInstance(string, Java.Security.Provider) : CertPathValidator
Returns a new certification path validator for the specified algorithm from the specified provider.
static
GetInstance(string, string) : CertPathValidator
Returns a new certification path validator for the specified algorithm from the specified provider.
Validate(CertPath, ICertPathParameters) : ICertPathValidatorResult
Validates the CertPath with the algorithm of this CertPathValidator using the specified algorithm parameters.