UrlSigningKey Class

  • java.lang.Object
    • com.microsoft.azure.management.cdn.UrlSigningKey

public class UrlSigningKey

Url signing key.

Constructor Summary

Constructor Description
UrlSigningKey()

Method Summary

Modifier and Type Method and Description
java.lang.String keyId()

Get defines the customer defined key Id.

KeyVaultSigningKeyParameters keySourceParameters()

Get defines the parameters for using customer key vault for Url Signing Key.

UrlSigningKey withKeyId(String keyId)

Set defines the customer defined key Id.

UrlSigningKey withKeySourceParameters(KeyVaultSigningKeyParameters keySourceParameters)

Set defines the parameters for using customer key vault for Url Signing Key.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

UrlSigningKey

public UrlSigningKey()

Method Details

keyId

public String keyId()

Get defines the customer defined key Id. This id will exist in the incoming request to indicate the key used to form the hash.

Returns:

the keyId value

keySourceParameters

public KeyVaultSigningKeyParameters keySourceParameters()

Get defines the parameters for using customer key vault for Url Signing Key.

Returns:

the keySourceParameters value

withKeyId

public UrlSigningKey withKeyId(String keyId)

Set defines the customer defined key Id. This id will exist in the incoming request to indicate the key used to form the hash.

Parameters:

keyId - the keyId value to set

Returns:

the UrlSigningKey object itself.

withKeySourceParameters

public UrlSigningKey withKeySourceParameters(KeyVaultSigningKeyParameters keySourceParameters)

Set defines the parameters for using customer key vault for Url Signing Key.

Parameters:

keySourceParameters - the keySourceParameters value to set

Returns:

the UrlSigningKey object itself.

Applies to