SymmetricKey Class

  • java.lang.Object
    • com.azure.resourcemanager.databoxedge.models.SymmetricKey

public final class SymmetricKey

Symmetric key for authentication.

Constructor Summary

Constructor Description
SymmetricKey()

Creates an instance of SymmetricKey class.

Method Summary

Modifier and Type Method and Description
AsymmetricEncryptedSecret connectionString()

Get the connectionString property: Connection string based on the symmetric key.

void validate()

Validates the instance.

SymmetricKey withConnectionString(AsymmetricEncryptedSecret connectionString)

Set the connectionString property: Connection string based on the symmetric key.

Methods inherited from java.lang.Object

Constructor Details

SymmetricKey

public SymmetricKey()

Creates an instance of SymmetricKey class.

Method Details

connectionString

public AsymmetricEncryptedSecret connectionString()

Get the connectionString property: Connection string based on the symmetric key.

Returns:

the connectionString value.

validate

public void validate()

Validates the instance.

withConnectionString

public SymmetricKey withConnectionString(AsymmetricEncryptedSecret connectionString)

Set the connectionString property: Connection string based on the symmetric key.

Parameters:

connectionString - the connectionString value to set.

Returns:

the SymmetricKey object itself.

Applies to