public interface SignatureECDSA extends Signature
void
setPrvKey(byte[] s)
setPubKey(byte[] r, byte[] s)
init, sign, update, verify
void setPubKey(byte[] r, byte[] s) throws Exception
Exception
void setPrvKey(byte[] s) throws Exception
Copyright © 2015 JCraft,Inc.. All rights reserved.