Package step.repository.alm.otaclient
Interface ITDUtils
-
- All Superinterfaces:
com4j.Com4jObject
public interface ITDUtils extends com4j.Com4jObjectFor HP use. ITDUtils Interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcurrentTimeStamp()property CurrentTimeStampStringencrypt(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
-
-