| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service | |
| com.microsoft.azure.sdk.iot.service.auth |
| Modifier and Type | Method and Description |
|---|---|
SymmetricKey |
Device.getSymmetricKey()
Getter for SymmetricKey object
|
SymmetricKey |
AuthenticationMechanism.getSymmetricKey()
Getter for symmetric key.
|
| Modifier and Type | Method and Description |
|---|---|
static Device |
Device.createFromId(String deviceId,
DeviceStatus status,
SymmetricKey symmetricKey)
Static create function
Creates device object using the given name.
|
void |
Device.setSymmetricKey(SymmetricKey symmetricKey)
Setter for SymmetricKey object
|
| Constructor and Description |
|---|
AuthenticationMechanism(SymmetricKey symmetricKey)
Constructor for initialization.
|
Device(String deviceId,
DeviceStatus status,
SymmetricKey symmetricKey)
Create an Device instance using the given device name
|
| Modifier and Type | Method and Description |
|---|---|
SymmetricKey |
AuthenticationMechanism.getSymmetricKey()
Getter for symmetric key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationMechanism.setSymmetricKey(SymmetricKey symmetricKey)
Setter for symmetric key.
|
| Constructor and Description |
|---|
AuthenticationMechanism(SymmetricKey symmetricKey)
Constructor that saves a symmetric key used for SAS authentication
|
Copyright © 2017. All rights reserved.