Uses of Interface
com.antonzhdanov.apache.sshd.agent.cloud.signature.SignatureAlgorithm
-
Packages that use SignatureAlgorithm Package Description com.antonzhdanov.apache.sshd.agent com.antonzhdanov.apache.sshd.agent.cloud com.antonzhdanov.apache.sshd.agent.cloud.signature -
-
Uses of SignatureAlgorithm in com.antonzhdanov.apache.sshd.agent
Constructor parameters in com.antonzhdanov.apache.sshd.agent with type arguments of type SignatureAlgorithm Constructor Description CloudSshAgent(Signer<K> signer, PublicKeyLoader<K> publicKeyLoader, SignaturePostProcessor signaturePostProcessor, K keyInfo, SignatureAlgorithmMapper<SignatureAlgorithm,String> signatureAlgorithmMapper) -
Uses of SignatureAlgorithm in com.antonzhdanov.apache.sshd.agent.cloud
Methods in com.antonzhdanov.apache.sshd.agent.cloud with parameters of type SignatureAlgorithm Modifier and Type Method Description byte[]Signer. sign(byte[] data, K keyInfo, SignatureAlgorithm algorithm) -
Uses of SignatureAlgorithm in com.antonzhdanov.apache.sshd.agent.cloud.signature
Classes in com.antonzhdanov.apache.sshd.agent.cloud.signature that implement SignatureAlgorithm Modifier and Type Class Description classBuiltInSignatureAlgorithmMethods in com.antonzhdanov.apache.sshd.agent.cloud.signature that return SignatureAlgorithm Modifier and Type Method Description static SignatureAlgorithmBuiltInSignatureAlgorithm. fromKnownAlgorithm(String algo)Methods in com.antonzhdanov.apache.sshd.agent.cloud.signature that return types with arguments of type SignatureAlgorithm Modifier and Type Method Description Optional<SignatureAlgorithm>SshdSignatureAlgorithmMapper. map(String algorithm)
-