Package org.correomqtt.business.keyring
Class BaseKeyring
- java.lang.Object
-
- org.correomqtt.business.keyring.BaseKeyring
-
- All Implemented Interfaces:
Keyring
- Direct Known Subclasses:
KWallet5Keyring,LibSecretKeyring,OSXKeychainKeyring,UserInputKeyring,WinDPAPIKeyring
public abstract class BaseKeyring extends Object implements Keyring
-
-
Constructor Summary
Constructors Constructor Description BaseKeyring()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.correomqtt.business.keyring.Keyring
getDescription, getIdentifier, getName, getPassword, getSortIndex, isSupported, requiresUserinput, setPassword
-
-