Uses of Class
org.apache.sshd.agent.SshAgent.Pair

Packages that use SshAgent.Pair
org.apache.sshd.agent   
org.apache.sshd.agent.common   
org.apache.sshd.agent.local   
 

Uses of SshAgent.Pair in org.apache.sshd.agent
 

Methods in org.apache.sshd.agent that return types with arguments of type SshAgent.Pair
 java.util.List<SshAgent.Pair<java.security.PublicKey,java.lang.String>> SshAgent.getIdentities()
           
 

Uses of SshAgent.Pair in org.apache.sshd.agent.common
 

Methods in org.apache.sshd.agent.common that return types with arguments of type SshAgent.Pair
 java.util.List<SshAgent.Pair<java.security.PublicKey,java.lang.String>> AgentDelegate.getIdentities()
           
 java.util.List<SshAgent.Pair<java.security.PublicKey,java.lang.String>> AbstractAgentProxy.getIdentities()
           
 

Uses of SshAgent.Pair in org.apache.sshd.agent.local
 

Methods in org.apache.sshd.agent.local that return SshAgent.Pair
protected static SshAgent.Pair<java.security.KeyPair,java.lang.String> AgentImpl.getKeyPair(java.util.List<SshAgent.Pair<java.security.KeyPair,java.lang.String>> keys, java.security.PublicKey key)
           
 

Methods in org.apache.sshd.agent.local that return types with arguments of type SshAgent.Pair
 java.util.List<SshAgent.Pair<java.security.PublicKey,java.lang.String>> AgentImpl.getIdentities()
           
 

Method parameters in org.apache.sshd.agent.local with type arguments of type SshAgent.Pair
protected static SshAgent.Pair<java.security.KeyPair,java.lang.String> AgentImpl.getKeyPair(java.util.List<SshAgent.Pair<java.security.KeyPair,java.lang.String>> keys, java.security.PublicKey key)
           
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.