public interface SshPrivateKey
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithm() |
java.security.PrivateKey |
getJCEPrivateKey() |
byte[] |
sign(byte[] data)
Create a signature from the data.
|
byte[] |
sign(byte[] data,
java.lang.String signingAlgorithm) |
byte[] sign(byte[] data)
throws java.io.IOException
data - SshExceptionjava.io.IOExceptionbyte[] sign(byte[] data,
java.lang.String signingAlgorithm)
throws java.io.IOException
java.io.IOExceptionjava.lang.String getAlgorithm()
java.security.PrivateKey getJCEPrivateKey()
Copyright © 2022. All rights reserved.