Package | Description |
---|---|
org.gbif.ws.security |
Modifier and Type | Method and Description |
---|---|
String |
SigningService.buildSignature(RequestDataToSign requestDataToSign,
String key) |
String |
BaseSigningService.buildSignature(RequestDataToSign requestDataToSign,
String secretKey)
Generates a Base64 encoded HMAC-SHA1 signature of the passed request data with the secret key.
|
String |
AppKeySigningService.buildSignature(RequestDataToSign requestDataToSign,
String appKey)
Generates a Base64 encoded HMAC-SHA1 signature of the passed request data with the secret key
associated with the given application key.
|
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.