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
- IOException
SshException
Copyright © 2024. All rights reserved.