Package org.correomqtt.business.keyring
Interface Keyring
-
- All Known Subinterfaces:
KeyringHook
- All Known Implementing Classes:
BaseKeyring,KWallet5Keyring,LibSecretKeyring,OSXKeychainKeyring,UserInputKeyring,WinDPAPIKeyring
public interface Keyring
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetDescription()StringgetIdentifier()StringgetName()StringgetPassword(String label)default intgetSortIndex()booleanisSupported()default booleanrequiresUserinput()voidsetPassword(String label, String password)
-