setCertificateChain(Certificate[]) method

Sets the certificate chain to be authenticated in the callback.

Syntax

void setCertificateChain ( Certificate[] certChain )

Parameters

Usage

The chain, or path, should begin with the certificate of the subject to be authenticated, and each certificate in the chain should be signed by the entity identified by the next certificate in the chain.