Package com.slack.api.app_backend
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 classSlackSignature.GeneratorThis utility has the ability to generate the Slack request signature.static classSlackSignature.HeaderNamesThe collection of the request header names related to the Slack request verification.static classSlackSignature.SecretSecret key for the Slack request verification.static classSlackSignature.TimestampVerifierThis utility verifies if the timestamp header value if valid.static classSlackSignature.VerifierThis 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.StringALGORITHM -
Method Summary
-
Field Details
-
ALGORITHM
public static final java.lang.String ALGORITHM- See Also:
- Constant Field Values
-