com.jcraft.jsch.jce.SignatureRSA Class Reference

List of all members.

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

Detailed Description

Definition at line 36 of file SignatureRSA.java.


Member Function Documentation

void com.jcraft.jsch.jce.SignatureRSA.init (  )  throws Exception
void com.jcraft.jsch.jce.SignatureRSA.setPrvKey ( byte[]  d,
byte[]  n 
) throws Exception
void com.jcraft.jsch.jce.SignatureRSA.setPubKey ( byte[]  e,
byte[]  n 
) throws Exception
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.


Member Data Documentation

java.security.Signature com.jcraft.jsch.jce.SignatureRSA.signature [package]

The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1