The members of Java.Security.Cert.CertPathValidator are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. | ||
Creates a new CertPathValidator instance. |
[read-only] | Algorithm | string. Returns the certification path algorithm name. |
[read-only] static | DefaultType | string. Returns the default CertPathValidator type from the Security Properties. |
[read-only] | Provider | Java.Security.Provider. Returns the security provider. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
static | GetInstance(string)Returns a new certification path validator for the specified algorithm. | |
static | GetInstance(string, Java.Security.Provider)Returns a new certification path validator for the specified algorithm from the specified provider. | |
static | GetInstance(string, string)Returns a new certification path validator for the specified algorithm from the specified provider. | |
Validate(CertPath, ICertPathParameters)Validates the CertPath with the algorithm of this CertPathValidator using the specified algorithm parameters. |