Package com.jcraft.jsch.jce
Class SignatureRSASHA384SSHCOM
- java.lang.Object
-
- com.jcraft.jsch.jce.SignatureRSASHA384SSHCOM
-
- All Implemented Interfaces:
Signature,SignatureRSA
public class SignatureRSASHA384SSHCOM extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SignatureRSASHA384SSHCOM()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()voidsetPrvKey(byte[] d, byte[] n)voidsetPubKey(byte[] e, byte[] n)byte[]sign()voidupdate(byte[] foo)booleanverify(byte[] sig)
-
-
-
Method Detail
-
init
public void init() throws java.lang.Exception
-
setPubKey
public void setPubKey(byte[] e, byte[] n) throws java.lang.Exception- Specified by:
setPubKeyin interfaceSignatureRSA- Throws:
java.lang.Exception
-
setPrvKey
public void setPrvKey(byte[] d, byte[] n) throws java.lang.Exception- Specified by:
setPrvKeyin interfaceSignatureRSA- Throws:
java.lang.Exception
-
sign
public byte[] sign() throws java.lang.Exception
-
update
public void update(byte[] foo) throws java.lang.Exception
-
-