com.nitorcreations.willow.sshagentauth.SSHAuthentication Maven / Gradle / Ivy
package com.nitorcreations.willow.sshagentauth;
public interface SSHAuthentication {
String getSshSignatures(byte[] sign);
}
package com.nitorcreations.willow.sshagentauth;
public interface SSHAuthentication {
String getSshSignatures(byte[] sign);
}