Interface IPlatformKeyProvider


  • public interface IPlatformKeyProvider
    • Method Detail

      • getNamespace

        String getNamespace()
        Gets the namespace of this key provider
        Returns:
        the namespace
      • getKey

        IPlatformKey getKey​(String key)
        Gets or creates a platform key based on the provided key
        Parameters:
        key - the key associated with this namespace
        Returns:
        the platform key with the namespace and key
      • unregisterAll

        void unregisterAll()
        Unregisters the key provider and all keys related to it