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
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TimestampData

        TimestampData(Parcel parcel)
    • 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