Class SlackSignature

java.lang.Object
com.slack.api.app_backend.SlackSignature

public class SlackSignature
extends java.lang.Object
Slack request signature representation in Java.
See Also:
Slack Request Verification
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  SlackSignature.Generator
    This utility has the ability to generate the Slack request signature.
    static class  SlackSignature.HeaderNames
    The collection of the request header names related to the Slack request verification.
    static class  SlackSignature.Secret
    Secret key for the Slack request verification.
    static class  SlackSignature.TimestampVerifier
    This utility verifies if the timestamp header value if valid.
    static class  SlackSignature.Verifier
    This utility has the ability to verify if a given signature and related values are valid.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String ALGORITHM  
  • Method Summary

    Methods inherited from class java.lang.Object

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