Package | Description |
---|---|
com.oracle.bmc.mediaservices.model |
Modifier and Type | Method and Description |
---|---|
static AkamaiManualStreamCdnConfig.OriginAuthSignEncryption |
AkamaiManualStreamCdnConfig.OriginAuthSignEncryption.create(String key) |
AkamaiManualStreamCdnConfig.OriginAuthSignEncryption |
AkamaiManualStreamCdnConfig.getOriginAuthSignEncryption()
The type of encryption used to compute the signature.
|
static AkamaiManualStreamCdnConfig.OriginAuthSignEncryption |
AkamaiManualStreamCdnConfig.OriginAuthSignEncryption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AkamaiManualStreamCdnConfig.OriginAuthSignEncryption[] |
AkamaiManualStreamCdnConfig.OriginAuthSignEncryption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AkamaiManualStreamCdnConfig.Builder |
AkamaiManualStreamCdnConfig.Builder.originAuthSignEncryption(AkamaiManualStreamCdnConfig.OriginAuthSignEncryption originAuthSignEncryption)
The type of encryption used to compute the signature.
|
Constructor and Description |
---|
AkamaiManualStreamCdnConfig(AkamaiManualStreamCdnConfig.OriginAuthSignType originAuthSignType,
AkamaiManualStreamCdnConfig.OriginAuthSignEncryption originAuthSignEncryption,
String originAuthSecretKeyA,
String originAuthSecretKeyNonceA,
String originAuthSecretKeyB,
String originAuthSecretKeyNonceB,
String edgeHostname,
String edgePathPrefix,
Boolean isEdgeTokenAuth,
String edgeTokenKey,
String edgeTokenSalt)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.