Signature Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. device. auth. Signature
- com.
public final class Signature
A signature that is used in the SAS token to authenticate the client.
Constructor Summary
| Constructor | Description |
|---|---|
| Signature(String resourceUri, long expiryTime, String deviceKey) |
Constructs a |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
toString()
Returns the string representation of the signature. |
Methods inherited from java.lang.Object
Constructor Details
Signature
public Signature(String resourceUri, long expiryTime, String deviceKey)
Constructs a Signature instance from the given resource URI, expiry time and device key.
Parameters:
Method Details
toString
public String toString()
Returns the string representation of the signature.
Overrides:
Signature.toString()Returns: