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 classAbstractKeyPairIterator<I extends PublicKeyIdentity>Classes in org.apache.sshd.client.auth.pubkey that implement PublicKeyIdentity Modifier and Type Class Description classKeyAgentIdentityUses anSshAgentto generate the identity signatureclassKeyPairIdentityUses aKeyPairto generate the identity signatureFields in org.apache.sshd.client.auth.pubkey declared as PublicKeyIdentity Modifier and Type Field Description protected PublicKeyIdentityUserAuthPublicKey. currentFields 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. currentprotected java.util.Iterator<PublicKeyIdentity>UserAuthPublicKey. keysMethods in org.apache.sshd.client.auth.pubkey that return PublicKeyIdentity Modifier and Type Method Description PublicKeyIdentityUserAuthPublicKeyIterator. next()protected PublicKeyIdentityUserAuthPublicKey. resolveAttemptedPublicKeyIdentity(ClientSession session, java.lang.String service)protected PublicKeyIdentityUserAuthPublicKey. 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.StringUserAuthPublicKey. 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.
-