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