Package org.apache.sshd.openpgp
Class PGPKeyFileWatcher
- All Implemented Interfaces:
KeyPairResourceLoader
Tracks the contents of a PGP key file - uses the default
instance unless
otherwise specified.- Author:
- Apache MINA SSHD Project
-
Field Summary
Fields inherited from class org.apache.sshd.common.config.keys.loader.FileWatcherKeyPairResourceLoader
keysHolderFields inherited from class org.apache.sshd.common.util.io.ModifiableFileWatcher
options, STRICTLY_PROHIBITED_FILE_PERMISSIONFields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
logFields inherited from interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
EMPTY, MAX_CIPHER_NAME_LENGTH, MAX_KEY_COMMENT_LENGTH, MAX_KEY_TYPE_NAME_LENGTH, MAX_PRIVATE_KEY_DATA_SIZE, MAX_PUBLIC_KEY_DATA_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionPGPKeyFileWatcher(Path file) PGPKeyFileWatcher(Path file, LinkOption... options) PGPKeyFileWatcher(Path file, KeyPairResourceLoader delegateLoader) PGPKeyFileWatcher(Path file, KeyPairResourceLoader delegateLoader, LinkOption... options) -
Method Summary
Methods inherited from class org.apache.sshd.common.config.keys.loader.FileWatcherKeyPairResourceLoader
getKeyPairResourceLoader, loadKeyPairs, reloadKeyPairs, setKeyPairResourceLoaderMethods inherited from class org.apache.sshd.common.util.io.ModifiableFileWatcher
checkReloadRequired, exists, getPath, lastModified, resetReloadAttributes, size, toPathResource, toPathResource, toString, updateReloadAttributes, validateStrictConfigFilePermissionsMethods inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
debug, debug, debug, debug, debug, error, error, error, error, error, getSimplifiedLogger, info, info, warn, warn, warn, warn, warn, warn, warn, warnMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs
-
Constructor Details
-
PGPKeyFileWatcher
-
PGPKeyFileWatcher
-
PGPKeyFileWatcher
-
PGPKeyFileWatcher
-