Class AbstractMutablePemKeyStore

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

public abstract class AbstractMutablePemKeyStore extends AbstractPemKeyStore
Class that implements a few mutation methods in the keystore.
It's abstract to allow to subclasses to choose how have to load its keys and certificates.

This is a mutable, but not peristable implementation, of a keystore. It is intended for use cases where an application expects the keystore to be mutable, and so we try to give our best to fulfill this expectation. However we do not implement the "store" methods.