Uses of Interface
org.apache.sshd.client.auth.pubkey.PublicKeyIdentity
-
Packages that use PublicKeyIdentity Package Description org.apache.sshd.client.auth.pubkey -
-
Uses of PublicKeyIdentity in org.apache.sshd.client.auth.pubkey
Classes in org.apache.sshd.client.auth.pubkey with type parameters of type PublicKeyIdentity Modifier and Type Class Description class
AbstractKeyPairIterator<I extends PublicKeyIdentity>
Classes in org.apache.sshd.client.auth.pubkey that implement PublicKeyIdentity Modifier and Type Class Description class
KeyAgentIdentity
Uses anSshAgent
to generate the identity signatureclass
KeyPairIdentity
Uses aKeyPair
to generate the identity signatureFields in org.apache.sshd.client.auth.pubkey declared as PublicKeyIdentity Modifier and Type Field Description protected PublicKeyIdentity
UserAuthPublicKey. current
Fields in org.apache.sshd.client.auth.pubkey with type parameters of type PublicKeyIdentity Modifier and Type Field Description protected Iterator<PublicKeyIdentity>
UserAuthPublicKey. keys
Methods in org.apache.sshd.client.auth.pubkey that return PublicKeyIdentity Modifier and Type Method Description PublicKeyIdentity
UserAuthPublicKeyIterator. next()
protected PublicKeyIdentity
UserAuthPublicKey. resolveAttemptedPublicKeyIdentity(ClientSession session, String service)
-