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 - SshExceptionIOExceptionbyte[] sign(byte[] data,
String signingAlgorithm)
throws IOException
IOExceptionString getAlgorithm()
PrivateKey getJCEPrivateKey()
Copyright © 2025. All rights reserved.