public class SlackSignature extends Object
| Modifier and Type | Class and 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.
|
public static final String ALGORITHM
Copyright © 2020. All rights reserved.