Class InflatableX509ExtendedKeyManager

All Implemented Interfaces:
KeyManager, X509KeyManager

public class InflatableX509ExtendedKeyManager extends HotSwappableX509ExtendedKeyManager
NOTE: Please don't use this class directly as it is part of the internal API. Class name and methods can be changed any time. Instead, use the KeyManagerUtils which provides the same functionality while it has a stable API because it is part of the public API.

The Inflatable KeyManager has the capability to grow with newly added identity material at any moment in time. It can be added with KeyManagerUtils.addIdentityMaterial(X509ExtendedKeyManager, String, KeyStore, char[]) or with KeyManagerUtils.addIdentityMaterial(X509ExtendedKeyManager, String, X509ExtendedKeyManager)

  • Constructor Details

    • InflatableX509ExtendedKeyManager

      public InflatableX509ExtendedKeyManager()
    • InflatableX509ExtendedKeyManager

      public InflatableX509ExtendedKeyManager(String alias, X509ExtendedKeyManager keyManager)
  • Method Details