ReadAccessorBase

Read handle, requested whenever the provider needs to perform a read operation. This handle should serve as a shared lock on the underlying data to avoid data races.

Properties

Link copied to clipboard
abstract val ks: KeyStore

An ephemeral JCA KeyStore object which the provider may read from within the lifetime of the ReadAccessorBase.

Functions

Link copied to clipboard
abstract fun close()