public interface SignatureGenerator
| Modifier and Type | Method and Description |
|---|---|
byte[] |
sign(SshPublicKey key,
byte[] data)
Sign the data using the private key of the public key provided.
|
byte[] sign(SshPublicKey key, byte[] data) throws SshException
key - data - IOExceptionSshExceptionCopyright © 2025. All rights reserved.