Package step.repository.alm.otaclient
Interface ITDUtils
-
- All Superinterfaces:
com4j.Com4jObject
public interface ITDUtils extends com4j.Com4jObject
For HP use. ITDUtils Interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
currentTimeStamp()
property CurrentTimeStampString
encrypt(String strToEncrypt)
method Encrypt
-
-
-
Method Detail
-
encrypt
String encrypt(String strToEncrypt)
method Encrypt
- Parameters:
strToEncrypt
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type java.lang.String
-
currentTimeStamp
String currentTimeStamp()
property CurrentTimeStamp
Getter method for the COM property "CurrentTimeStamp"
- Returns:
- Returns a value of type java.lang.String
-
-