getCertificateValidationInstance(Map< String, Object >) method

Returns a new instance of the certificate validation module configured with the specified properties.

Syntax

CertificateValidation getCertificateValidationInstance ( Map< String, Object > configProps ) throws Exception

Parameters

Returns

the new instance of the certificate validation module.

Exceptions

Usage

Expected properties are of the format ProviderConst .CERT_VALIDATION_PREFIX.[index].ProviderConst.CERT_VALIDATION_URI i.e., crl.1.uri crl.2.uri etc

the new instance of the certificate validation module.