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