SignatureProvider Interface
public interface SignatureProvider
Interface for a valid signature provider
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
sign(String keyName, String data, String generationId)
Sign the provided data using the provided key name |
Method Details
sign
public String sign(String keyName, String data, String generationId)
Sign the provided data using the provided key name
Parameters:
keyName
- the key used for signing
data
- the data to be signed
generationId
- the generation id
Returns:
the signed data
Throws:
TransportException
- If the http client cannot reach the signing party
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java