Uses of Interface
org.apache.sshd.common.auth.PasswordHolder
-
Packages that use PasswordHolder Package Description org.apache.sshd.common.auth org.apache.sshd.common.config.keys.loader org.apache.sshd.common.config.keys.writer.openssh -
-
Uses of PasswordHolder in org.apache.sshd.common.auth
Subinterfaces of PasswordHolder in org.apache.sshd.common.auth Modifier and Type Interface Description interface
BasicCredentialsProvider
interface
MutableBasicCredentials
interface
MutablePassword
Classes in org.apache.sshd.common.auth that implement PasswordHolder Modifier and Type Class Description class
BasicCredentialsImpl
-
Uses of PasswordHolder in org.apache.sshd.common.config.keys.loader
Classes in org.apache.sshd.common.config.keys.loader that implement PasswordHolder Modifier and Type Class Description class
PrivateKeyEncryptionContext
-
Uses of PasswordHolder in org.apache.sshd.common.config.keys.writer.openssh
Classes in org.apache.sshd.common.config.keys.writer.openssh that implement PasswordHolder Modifier and Type Class Description class
OpenSSHKeyEncryptionContext
APrivateKeyEncryptionContext
for use with aOpenSSHKeyPairResourceWriter
.
-