storeCertificateChain(Certificate[]) method

May be used to store an authenticated and validated certificate chain in the shared state.

Syntax

void storeCertificateChain ( Certificate[] certs )

Parameters

Usage

This method will only succeed if the following criteria are met:

  • Certificate chain is not null
  • Certificate chain contains at least one certificate.
  • Certificate chain has not already been set in the shared context.