public interface Signature
void
init()
byte[]
sign()
update(byte[] H)
boolean
verify(byte[] sig)
void init() throws Exception
Exception
void update(byte[] H) throws Exception
boolean verify(byte[] sig) throws Exception
byte[] sign() throws Exception
Copyright © 2018 JCraft,Inc.. All rights reserved.