Package step.repository.alm.otaclient
Interface IAmarillusHash
-
- All Superinterfaces:
com4j.Com4jObject
public interface IAmarillusHash extends com4j.Com4jObject
Support for hash generation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
generateHash(java.lang.String value)
Gets a Hash generated from the input value.
-