Class SlackSignature.TimestampVerifier

java.lang.Object
com.slack.api.app_backend.SlackSignature.TimestampVerifier
Enclosing class:
SlackSignature

public static class SlackSignature.TimestampVerifier
extends java.lang.Object
This utility verifies if the timestamp header value if valid.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int TIMESTAMP_EXPIRATION_TIME_IN_MILLIS  
  • Method Summary

    Modifier and Type Method Description
    static boolean isValidTimestamp​(java.lang.String timestampValue)  
    static boolean isValidTimestamp​(java.lang.String timestampValue, long nowInMillis)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait