public class MaverickSshPrivateKey
extends java.lang.Object
implements com.maverick.ssh.components.SshPrivateKey
| Constructor and Description |
|---|
MaverickSshPrivateKey(SshPrivateKey key) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithm() |
java.security.PrivateKey |
getJCEPrivateKey() |
byte[] |
sign(byte[] data) |
public MaverickSshPrivateKey(SshPrivateKey key)
public byte[] sign(byte[] data)
throws java.io.IOException
sign in interface com.maverick.ssh.components.SshPrivateKeyjava.io.IOExceptionpublic java.security.PrivateKey getJCEPrivateKey()
getJCEPrivateKey in interface com.maverick.ssh.components.SshPrivateKeypublic java.lang.String getAlgorithm()
getAlgorithm in interface com.maverick.ssh.components.SshPrivateKeyCopyright © 2018. All rights reserved.