AuthenticationMechanism Class 
	- java.lang. Object 
- com.microsoft. azure. sdk. iot. service. AuthenticationMechanism 
 
- com.
public class AuthenticationMechanism
Authentication mechanism, used to store the device symmetric key.
Constructor Summary
| Constructor | Description | 
|---|---|
| AuthenticationMechanism(SymmetricKey symmetricKey) | Constructor for initialization. | 
Method Summary
| Modifier and Type | Method and Description | 
|---|---|
| Symmetric | getSymmetricKey() Getter for symmetric key. | 
Methods inherited from java.lang.Object
Constructor Details
AuthenticationMechanism
public AuthenticationMechanism(SymmetricKey symmetricKey)
Constructor for initialization.
Parameters:
Method Details
getSymmetricKey
public SymmetricKey getSymmetricKey()
Getter for symmetric key.
Returns: