public interface GrantApplicationHashService
Modifier and Type | Method and Description |
---|---|
String |
computeAttachmentHash(byte[] attachment)
Computes a hash for an attachment in byte array form.
|
String |
computeGrantFormsHash(String xml)
Computes a hash for a grant application in string form.
|
String computeGrantFormsHash(String xml)
xml
- the grant application xml. cannot be blankString computeAttachmentHash(byte[] attachment)
attachment
- the attachment. cannot be null or emptyCopyright © 2014 The Kuali Foundation. All rights reserved.