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)
protected PublicKeyIdentity
UserAuthPublicKey. resolveAttemptedPublicKeyIdentity(ClientSession session, java.lang.String service, PublicKeyAuthenticationReporter reporter)
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)
Methods in org.apache.sshd.client.auth.pubkey with parameters of type PublicKeyIdentity Modifier and Type Method Description protected java.lang.String
UserAuthPublicKey. getDefaultSignatureAlgorithm(ClientSession session, java.lang.String service, PublicKeyIdentity identity, java.security.KeyPair keyPair, java.lang.String keyType)
Determines a signature algorithm name to use for the authentication request if none could be determined from the installed signature factories.
-