Tamir.SharpSsh.jsch.jce.SignatureRSA Class Reference
List of all members.
|
Public Member Functions |
| void | init () |
| void | setPubKey (byte[] e, byte[] n) |
| void | setPrvKey (byte[] d, byte[] n) |
| void | setPrvKey (byte[] e, byte[] n, byte[] d, byte[] p, byte[] q, byte[] dp, byte[] dq, byte[] c) |
| void | setPrvKey (System.Security.Cryptography.RSAParameters keyInfo) |
| byte[] | sign () |
| void | update (byte[] foo) |
| bool | verify (byte[] sig) |
Detailed Description
Definition at line 34 of file SignatureRSA.cs.
Member Function Documentation
| void Tamir.SharpSsh.jsch.jce.SignatureRSA.init |
( |
|
) |
|
| void Tamir.SharpSsh.jsch.jce.SignatureRSA.setPrvKey |
( |
System.Security.Cryptography.RSAParameters |
keyInfo |
) |
|
| void Tamir.SharpSsh.jsch.jce.SignatureRSA.setPrvKey |
( |
byte[] |
e, |
|
|
byte[] |
n, |
|
|
byte[] |
d, |
|
|
byte[] |
p, |
|
|
byte[] |
q, |
|
|
byte[] |
dp, |
|
|
byte[] |
dq, |
|
|
byte[] |
c | |
|
) |
| | |
| void Tamir.SharpSsh.jsch.jce.SignatureRSA.setPrvKey |
( |
byte[] |
d, |
|
|
byte[] |
n | |
|
) |
| | |
| void Tamir.SharpSsh.jsch.jce.SignatureRSA.setPubKey |
( |
byte[] |
e, |
|
|
byte[] |
n | |
|
) |
| | |
| byte [] Tamir.SharpSsh.jsch.jce.SignatureRSA.sign |
( |
|
) |
|
| void Tamir.SharpSsh.jsch.jce.SignatureRSA.update |
( |
byte[] |
foo |
) |
|
| bool Tamir.SharpSsh.jsch.jce.SignatureRSA.verify |
( |
byte[] |
sig |
) |
|
The documentation for this class was generated from the following file:
- C:/work/OMMR/OCHHP_OMMR_OMMR/Code/Assemblies/SharpSSH/Source/SharpSSH-1.1.1.13.src/SharpSSH/jsch/jce/SignatureRSA.cs