Class UrlSigningKey
java.lang.Object
com.microsoft.azure.management.cdn.UrlSigningKey
Url signing key.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionkeyId()Get defines the customer defined key Id.Get defines the parameters for using customer key vault for Url Signing Key.Set defines the customer defined key Id.withKeySourceParameters(KeyVaultSigningKeyParameters keySourceParameters) Set defines the parameters for using customer key vault for Url Signing Key.
-
Constructor Details
-
UrlSigningKey
public UrlSigningKey()
-
-
Method Details
-
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
-
withKeyId
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.
-
keySourceParameters
Get defines the parameters for using customer key vault for Url Signing Key.- Returns:
- the keySourceParameters value
-
withKeySourceParameters
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.
-