Public Member Functions | |
void | init () throws Exception |
void | setPubKey (byte[] e, byte[] n) throws Exception |
void | setPrvKey (byte[] d, byte[] n) throws Exception |
byte[] | sign () throws Exception |
void | update (byte[] foo) throws Exception |
boolean | verify (byte[] sig) throws Exception |
Package Attributes | |
java.security.Signature | signature |
KeyFactory | keyFactory |
Definition at line 36 of file SignatureRSA.java.
void com.jcraft.jsch.jce.SignatureRSA.init | ( | ) | throws Exception |
Definition at line 41 of file SignatureRSA.java.
References com.jcraft.jsch.jce.SignatureRSA.keyFactory, and com.jcraft.jsch.jce.SignatureRSA.signature.
void com.jcraft.jsch.jce.SignatureRSA.setPrvKey | ( | byte[] | d, | |
byte[] | n | |||
) | throws Exception |
Definition at line 52 of file SignatureRSA.java.
References com.jcraft.jsch.jce.SignatureRSA.keyFactory, and com.jcraft.jsch.jce.SignatureRSA.signature.
void com.jcraft.jsch.jce.SignatureRSA.setPubKey | ( | byte[] | e, | |
byte[] | n | |||
) | throws Exception |
Definition at line 45 of file SignatureRSA.java.
References com.jcraft.jsch.jce.SignatureRSA.keyFactory, and com.jcraft.jsch.jce.SignatureRSA.signature.
byte [] com.jcraft.jsch.jce.SignatureRSA.sign | ( | ) | throws Exception |
Definition at line 59 of file SignatureRSA.java.
References com.jcraft.jsch.jce.SignatureRSA.signature.
void com.jcraft.jsch.jce.SignatureRSA.update | ( | byte[] | foo | ) | throws Exception |
Definition at line 63 of file SignatureRSA.java.
References com.jcraft.jsch.jce.SignatureRSA.signature.
boolean com.jcraft.jsch.jce.SignatureRSA.verify | ( | byte[] | sig | ) | throws Exception |
Definition at line 66 of file SignatureRSA.java.
References com.jcraft.jsch.jce.SignatureRSA.signature.
KeyFactory com.jcraft.jsch.jce.SignatureRSA.keyFactory [package] |
Definition at line 39 of file SignatureRSA.java.
Referenced by com.jcraft.jsch.jce.SignatureRSA.init(), com.jcraft.jsch.jce.SignatureRSA.setPrvKey(), and com.jcraft.jsch.jce.SignatureRSA.setPubKey().
java.security.Signature com.jcraft.jsch.jce.SignatureRSA.signature [package] |
Definition at line 38 of file SignatureRSA.java.
Referenced by com.jcraft.jsch.jce.SignatureRSA.init(), com.jcraft.jsch.jce.SignatureRSA.setPrvKey(), com.jcraft.jsch.jce.SignatureRSA.setPubKey(), com.jcraft.jsch.jce.SignatureRSA.sign(), com.jcraft.jsch.jce.SignatureRSA.update(), and com.jcraft.jsch.jce.SignatureRSA.verify().