isValidCertificateChain(Certificate[]) method

Validates the specified certificate chain.

Syntax

boolean isValidCertificateChain ( Certificate[] certs ) throws CertificateValidationException

Parameters

Returns

true if the certificate chain is valid; false otherwise.

Exceptions