| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.auth | |
| com.microsoft.azure.sdk.iot.service.registry |
| 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
|
| Modifier and Type | Method and Description |
|---|---|
SymmetricKey |
RegistryIdentity.getSymmetricKey()
Getter for SymmetricKey object
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegistryIdentity.setSymmetricKey(SymmetricKey symmetricKey)
Setter for SymmetricKey object
|
Copyright © 2024. All rights reserved.