Uses of Interface
org.correomqtt.business.keyring.Keyring
-
-
Uses of Keyring in org.correomqtt.business.keyring
Classes in org.correomqtt.business.keyring that implement Keyring Modifier and Type Class Description classBaseKeyringMethods in org.correomqtt.business.keyring that return Keyring Modifier and Type Method Description static KeyringKeyringFactory. create()static KeyringKeyringFactory. createKeyringByIdentifier(String identifier)Methods in org.correomqtt.business.keyring that return types with arguments of type Keyring Modifier and Type Method Description static List<Keyring>KeyringFactory. getSupportedKeyrings() -
Uses of Keyring in org.correomqtt.business.keyring.kwallet5
Classes in org.correomqtt.business.keyring.kwallet5 that implement Keyring Modifier and Type Class Description classKWallet5Keyring -
Uses of Keyring in org.correomqtt.business.keyring.libsecret
Classes in org.correomqtt.business.keyring.libsecret that implement Keyring Modifier and Type Class Description classLibSecretKeyring -
Uses of Keyring in org.correomqtt.business.keyring.osxkeychain
Classes in org.correomqtt.business.keyring.osxkeychain that implement Keyring Modifier and Type Class Description classOSXKeychainKeyring -
Uses of Keyring in org.correomqtt.business.keyring.userinput
Classes in org.correomqtt.business.keyring.userinput that implement Keyring Modifier and Type Class Description classUserInputKeyring -
Uses of Keyring in org.correomqtt.business.keyring.windpapi
Classes in org.correomqtt.business.keyring.windpapi that implement Keyring Modifier and Type Class Description classWinDPAPIKeyring -
Uses of Keyring in org.correomqtt.gui.model
Methods in org.correomqtt.gui.model that return Keyring Modifier and Type Method Description KeyringKeyringModel. getKeyring()Constructors in org.correomqtt.gui.model with parameters of type Keyring Constructor Description KeyringModel(Keyring keyring) -
Uses of Keyring in org.correomqtt.plugin.spi
Subinterfaces of Keyring in org.correomqtt.plugin.spi Modifier and Type Interface Description interfaceKeyringHook
-