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