
Public Member Functions | |
| void | init () |
| void | setPubKey (byte[] e, byte[] n) |
| void | setPrvKey (byte[] e, byte[] n, byte[] d, byte[] p, byte[] q, byte[] dp, byte[] dq, byte[] c) |
| void | update (byte[] H) |
| bool | verify (byte[] sig) |
| byte[] | sign () |
Definition at line 34 of file SignatureRSA.cs.
| void Tamir.SharpSsh.jsch.SignatureRSA.init | ( | ) |
Implemented in Tamir.SharpSsh.jsch.jce.SignatureRSA.
| void Tamir.SharpSsh.jsch.SignatureRSA.setPrvKey | ( | byte[] | e, | |
| byte[] | n, | |||
| byte[] | d, | |||
| byte[] | p, | |||
| byte[] | q, | |||
| byte[] | dp, | |||
| byte[] | dq, | |||
| byte[] | c | |||
| ) |
Implemented in Tamir.SharpSsh.jsch.jce.SignatureRSA.
| void Tamir.SharpSsh.jsch.SignatureRSA.setPubKey | ( | byte[] | e, | |
| byte[] | n | |||
| ) |
Implemented in Tamir.SharpSsh.jsch.jce.SignatureRSA.
| byte [] Tamir.SharpSsh.jsch.SignatureRSA.sign | ( | ) |
Implemented in Tamir.SharpSsh.jsch.jce.SignatureRSA.
| void Tamir.SharpSsh.jsch.SignatureRSA.update | ( | byte[] | H | ) |
Implemented in Tamir.SharpSsh.jsch.jce.SignatureRSA.
| bool Tamir.SharpSsh.jsch.SignatureRSA.verify | ( | byte[] | sig | ) |
Implemented in Tamir.SharpSsh.jsch.jce.SignatureRSA.
1.5.9