public interface SignatureProvider
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
sign(java.lang.String keyName,
java.lang.String data,
java.lang.String generationId)
Sign the provided data using the provided key name
|
java.lang.String sign(java.lang.String keyName,
java.lang.String data,
java.lang.String generationId)
throws TransportException,
java.io.UnsupportedEncodingException
keyName - the key used for signingdata - the data to be signedgenerationId - the generation idTransportException - If the http client cannot reach the signing partyjava.io.UnsupportedEncodingExceptionCopyright © 2023. All rights reserved.