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 java.lang.String
currentTimeStamp()
property CurrentTimeStamp.java.lang.String
encrypt(java.lang.String strToEncrypt)
method Encrypt.
-
-
-
Method Detail
-
encrypt
java.lang.String encrypt(java.lang.String strToEncrypt)
method Encrypt.
- Parameters:
strToEncrypt
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type java.lang.String
-
currentTimeStamp
java.lang.String currentTimeStamp()
property CurrentTimeStamp.
Getter method for the COM property "CurrentTimeStamp"
- Returns:
- Returns a value of type java.lang.String
-
-