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 private java.util.Iterator<? extends PublicKeyIdentity>
UserAuthPublicKeyIterator. current
protected java.util.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, java.lang.String service)
Methods in org.apache.sshd.client.auth.pubkey that return types with arguments of type PublicKeyIdentity Modifier and Type Method Description protected java.util.Iterator<PublicKeyIdentity>
UserAuthPublicKey. createPublicKeyIterator(ClientSession session, SignatureFactoriesManager manager)
-