hwsecurity-sshj / de.cotech.hw.sshj / SecurityKeySshjAuthMethod /
SecurityKeySshjAuthMethod
open class SecurityKeySshjAuthMethod
Based on AuthPublickey and KeyedAuthMethod in SSHJ https://github.com/hierynomus/sshj/tree/master/src/main/java/net/schmizz/sshj/userauth/method
Constructors
Name | Summary |
---|---|
SecurityKeySshjAuthMethod | open fun SecurityKeySshjAuthMethod(securityKeyAuthenticator: SecurityKeyAuthenticator)Initialize this method with the provider for public and private key. |
Functions
Name | Summary |
---|---|
handle |
open fun handle(cmd: Message, buf: SSHPacket) Internal use. |
Properties
Name | Summary |
---|---|
key | open val key: PublicKey |
securityKeyAuthenticator | open val securityKeyAuthenticator: SecurityKeyAuthenticator |