|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sshtools.jce.SshRsaPrivateKey
Field Summary | |
protected java.security.interfaces.RSAPrivateKey |
prv
|
Constructor Summary | |
SshRsaPrivateKey(java.security.interfaces.RSAPrivateKey prv)
|
Method Summary | |
java.lang.String |
getAlgorithm()
|
byte[] |
sign(byte[] data)
Create a signature from the data. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.security.interfaces.RSAPrivateKey prv
Constructor Detail |
public SshRsaPrivateKey(java.security.interfaces.RSAPrivateKey prv)
Method Detail |
public byte[] sign(byte[] data) throws java.io.IOException
SshPrivateKey
sign
in interface SshPrivateKey
data
-
java.io.IOException
public java.lang.String getAlgorithm()
getAlgorithm
in interface SshPrivateKey
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |