Uses of Interface
com.antonzhdanov.apache.sshd.agent.cloud.CloudKeyInfo
-
Packages that use CloudKeyInfo Package Description com.antonzhdanov.apache.sshd.agent com.antonzhdanov.apache.sshd.agent.cloud com.antonzhdanov.apache.sshd.agent.cloud.key -
-
Uses of CloudKeyInfo in com.antonzhdanov.apache.sshd.agent
Classes in com.antonzhdanov.apache.sshd.agent with type parameters of type CloudKeyInfo Modifier and Type Class Description classCloudSshAgent<K extends CloudKeyInfo>interfaceCloudSshAgentFactory<K extends CloudKeyInfo>interfaceCloudSshAgentProvider<K extends CloudKeyInfo>classSingleCloudSshAgentFactory<K extends CloudKeyInfo>Methods in com.antonzhdanov.apache.sshd.agent with type parameters of type CloudKeyInfo Modifier and Type Method Description static <T extends CloudKeyInfo>
CloudSshAgentFactory<T>SingleCloudSshAgentFactory. of(CloudSshAgentProvider<T> agentProvider)Methods in com.antonzhdanov.apache.sshd.agent that return types with arguments of type CloudKeyInfo Modifier and Type Method Description static CloudSshAgentFactory<CloudKeyInfo>MultiCloudSshAgentFactory. of(List<CloudSshAgentProvider<? extends CloudKeyInfo>> providers)Methods in com.antonzhdanov.apache.sshd.agent with parameters of type CloudKeyInfo Modifier and Type Method Description CloudSshAgentFactory.NoExceptionAutoCloseableMultiCloudSshAgentFactory. withKeyInfo(org.apache.sshd.common.session.Session session, CloudKeyInfo keyInfo)Method parameters in com.antonzhdanov.apache.sshd.agent with type arguments of type CloudKeyInfo Modifier and Type Method Description static CloudSshAgentFactory<CloudKeyInfo>MultiCloudSshAgentFactory. of(List<CloudSshAgentProvider<? extends CloudKeyInfo>> providers) -
Uses of CloudKeyInfo in com.antonzhdanov.apache.sshd.agent.cloud
Classes in com.antonzhdanov.apache.sshd.agent.cloud with type parameters of type CloudKeyInfo Modifier and Type Class Description classAbstractSigner<K extends CloudKeyInfo>interfacePublicKeyLoader<K extends CloudKeyInfo>interfaceSigner<K extends CloudKeyInfo>Classes in com.antonzhdanov.apache.sshd.agent.cloud that implement CloudKeyInfo Modifier and Type Class Description classAbstractCloudKeyInfo -
Uses of CloudKeyInfo in com.antonzhdanov.apache.sshd.agent.cloud.key
Classes in com.antonzhdanov.apache.sshd.agent.cloud.key with type parameters of type CloudKeyInfo Modifier and Type Class Description classCloudPublicKey<K extends CloudKeyInfo,T extends PublicKey>classCloudPublicKeyFactory<K extends CloudKeyInfo>classEcCloudPublicKey<K extends CloudKeyInfo>classRsaCloudPublicKey<K extends CloudKeyInfo>
-