Interface Encryption.Aes128EncryptionOrBuilder (0.4.3)

public static interface Encryption.Aes128EncryptionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKeyUri()

public abstract String getKeyUri()

Required. URI of the key delivery service. This URI is inserted into the M3U8 header.

string key_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The keyUri.

getKeyUriBytes()

public abstract ByteString getKeyUriBytes()

Required. URI of the key delivery service. This URI is inserted into the M3U8 header.

string key_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for keyUri.