public interface SshPrivateKey
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
PrivateKey |
getJCEPrivateKey() |
byte[] |
sign(byte[] data)
Create a signature from the data.
|
byte[] |
sign(byte[] data,
String signingAlgorithm) |
byte[] sign(byte[] data) throws IOException
data
- SshException
IOException
byte[] sign(byte[] data, String signingAlgorithm) throws IOException
IOException
String getAlgorithm()
PrivateKey getJCEPrivateKey()
Copyright © 2024. All rights reserved.