WriteAccessorBase

Write handle, requested whenever the provider needs to perform a write operation. This handle should serve as an exclusive lock on the underlying data to avoid data races.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val ks: KeyStore

An ephemeral JCA KeyStore object which the provider may read from and write to within the lifetime of the WriteAccessorBase.

Functions

Link copied to clipboard
abstract fun close()
Link copied to clipboard