public interface ISigner
Modifier and Type | Method and Description |
---|---|
String |
sign(byte[] theBytes) |
void |
verify(byte[] theBytes,
String theSignature) |
String sign(byte[] theBytes) throws SignatureFailureException
SignatureFailureException
void verify(byte[] theBytes, String theSignature) throws SignatureVerificationException, SignatureFailureException
Copyright © 2012–2017 University Health Network. All rights reserved.