The methods of Java.Security.Cert.CertPathValidator are listed below. For a list of all members, see the CertPathValidator Members list.
See Also: Inherited members from Java.Lang.Object
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. |