Update sshauthentication-api javadoc with regard to signature encoding

This commit is contained in:
Christian Hagau 2017-11-27 00:00:00 +00:00
parent 6e5f5405a2
commit d4c9f69696
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,10 @@ public class SshAuthenticationApi {
* *
* Sign a given challenge * Sign a given challenge
* *
* returns the encoded signature as described in
* RFC4253, RFC5656 & draft-ietf-curdle-ssh-ed25519
* and their respective updates
*
* required extras: * required extras:
* String EXTRA_KEY_ID * String EXTRA_KEY_ID
* byte[] EXTRA_CHALLENGE * byte[] EXTRA_CHALLENGE