Uses of Interface
com.antonzhdanov.apache.sshd.agent.cloud.Signer
-
Packages that use Signer Package Description com.antonzhdanov.apache.sshd.agent com.antonzhdanov.apache.sshd.agent.cloud -
-
Uses of Signer in com.antonzhdanov.apache.sshd.agent
Constructors in com.antonzhdanov.apache.sshd.agent with parameters of type Signer Constructor Description CloudSshAgent(Signer<K> signer, PublicKeyLoader<K> publicKeyLoader, SignaturePostProcessor signaturePostProcessor, K keyInfo, SignatureAlgorithmMapper<SignatureAlgorithm,String> signatureAlgorithmMapper) -
Uses of Signer in com.antonzhdanov.apache.sshd.agent.cloud
Classes in com.antonzhdanov.apache.sshd.agent.cloud that implement Signer Modifier and Type Class Description classAbstractSigner<K extends CloudKeyInfo>
-