Exemple #1
0
 /** Returns the timestamp at which the signature was made. */
 public DateTime getCreatedAt() {
   return new DateTime(signature.getCreationTime(), DateTimeZone.UTC);
 }