Class AbstractReadOnlyKeyStore

Direct Known Subclasses:
PemBundleKeyStore.Immutable, PemConfigKeyStore.Immutable, PemKeyStore.Immutable

public abstract class AbstractReadOnlyKeyStore extends AbstractPemKeyStore
An abstract implementation of KeyStoreSpi, implementing only mutating operations as "not supported".
This idea behind this implementation, is to provide a base class which implements all operations, which would change the state of the key store, throwing an "unsupported operation". This allows sub-classes of this implementation to focus on implementing the "get" style methods only.