Java.Security.Cert.CertPathValidator: Method Members

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

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.