trustStore property

TrustStore? trustStore
getter/setter pair

A TrustStore.

Use this trust store as a wrapper to config the trust anchor and optional intermediate cas to help build the trust chain for the incoming end entity certificate. Follow the X.509 guidelines to define those PEM encoded certs. Only one trust store is currently supported.

Required.

Implementation

TrustStore? trustStore;