TrustManager

constructor(storage: Storage, identifier: String = "default", partitionId: String = "default_")

Parameters

storage

the Storage interface used for persistent storage.

identifier

an identifier for the TrustManagerInterface instance.

partitionId

an identifier used to namespace data if multiple TrustManager instances share the same storage.