| Package | Description |
|---|---|
| de.profhenry.sshsig.core |
| Modifier and Type | Method and Description |
|---|---|
SshSignature |
SshSignatureGenerator.generateSignature(K aKey,
String aNamespace,
byte[] aMessage)
Generates a SSH signature for a byte message.
|
SshSignature |
SshSignatureGenerator.generateSignature(K aKey,
String aNamespace,
File aFile)
Generates a SSH signature for the content of a file.
|
SshSignature |
SshSignatureGenerator.generateSignature(K aKey,
String aNamespace,
InputStream anInputStream)
Generates a SSH signature for data provided by an input stream.
|
SshSignature |
SshSignatureGenerator.generateSignature(K aKey,
String aNamespace,
String aMessage)
Generates a SSH signature for a string message.
|
Copyright © 2023. All rights reserved.