public interface Signature
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
byte[] |
sign() |
void |
update(byte[] H) |
boolean |
verify(byte[] sig) |
void init() throws java.lang.Exception
java.lang.Exceptionvoid update(byte[] H)
throws java.lang.Exception
java.lang.Exceptionboolean verify(byte[] sig)
throws java.lang.Exception
java.lang.Exceptionbyte[] sign()
throws java.lang.Exception
java.lang.ExceptionCopyright © 2020 JCraft,Inc.. All Rights Reserved.