JKSAccessor

interface JKSAccessor(source)

Interface for advanced domain-specific keystore access. Allows for concurrency via AutoCloseable locking.

See also

Functions

Link copied to clipboard

Obtains an accessor handle for reading from the KeyStore. The handle will be closed when the provider is done reading from the KeyStore.

Link copied to clipboard

Obtains an accessor handle for reading from and writing to the KeyStore. The handle will be closed when the provider is done. Check the dirty flag to see if changes were made to the data.