public interface MspData
MspCapData and MspOathData| Modifier and Type | Method and Description | 
|---|---|
MspBaseAlgorithm | 
getBaseAlgo()
Return the base algorithm for OTP computation, parsed from the variable (OP) 
 | 
java.lang.String | 
getExternalId()
Get the external id which usually is defined by an external entity to identify the response
 with its originating request. 
 | 
int | 
getMode()
Return the mode applied to the base algorithmn, parsed from the variable (OP) 
 | 
long | 
getTime()
Get the time when the object was generated, the Unix time (seconds since Epoch time),
 network order. 
 | 
int | 
getUserTokenId()
Get the user token id. 
 | 
MspBaseAlgorithm getBaseAlgo()
int getMode()
int getUserTokenId()
java.lang.String getExternalId()
long getTime()