Class TimestampData
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class TimestampData implements Parcelable
TimestampData contains info needed to verify timestamps
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
TimestampData.CREATOR
-
Constructor Summary
Constructors Constructor Description TimestampData(Parcel parcel)
TimestampData(String url, String username, String password)
-
Method Summary
Modifier and Type Method Description final String
getUrl()
url param requires a link to services that provides Time Stamp Authority which adds a trusted timestamp to code or to an electronic signature, provides a digital seal of data integrity and a trusted date and time of when the transaction took place. final String
getUsername()
username can be optional depending upon the timestamp authority url provided final String
getPassword()
password can be optional depending upon the timestamp authority url provided Unit
writeToParcel(Parcel parcel, Integer flags)
Integer
describeContents()
-
-
Method Detail
-
getUrl
final String getUrl()
url param requires a link to services that provides Time Stamp Authority which adds a trusted timestamp to code or to an electronic signature, provides a digital seal of data integrity and a trusted date and time of when the transaction took place. i.e. `https://freetsa.org/tsr'.
-
getUsername
final String getUsername()
username can be optional depending upon the timestamp authority url provided
-
getPassword
final String getPassword()
password can be optional depending upon the timestamp authority url provided
-
writeToParcel
Unit writeToParcel(Parcel parcel, Integer flags)
-
describeContents
Integer describeContents()
-
-
-
-