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 String
generateHash(String value)
Gets a Hash generated from the input value.
-