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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.correomqtt.business.keyring.Keyring
getDescription, getIdentifier, getName, getPassword, getSortIndex, isSupported, requiresUserinput, setPassword
-
Constructor Details
-
BaseKeyring
public BaseKeyring()
-
-
Method Details