Interface Encryption.MpegCommonEncryptionOrBuilder (0.4.3)

public static interface Encryption.MpegCommonEncryptionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKeyId()

public abstract String getKeyId()

Required. 128 bit Key ID represented as lowercase hexadecimal digits for use with common encryption.

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

Returns
TypeDescription
String

The keyId.

getKeyIdBytes()

public abstract ByteString getKeyIdBytes()

Required. 128 bit Key ID represented as lowercase hexadecimal digits for use with common encryption.

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

Returns
TypeDescription
ByteString

The bytes for keyId.

getScheme()

public abstract String getScheme()

Required. Specify the encryption scheme. Supported encryption schemes:

  • 'cenc'
  • 'cbcs'

string scheme = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The scheme.

getSchemeBytes()

public abstract ByteString getSchemeBytes()

Required. Specify the encryption scheme. Supported encryption schemes:

  • 'cenc'
  • 'cbcs'

string scheme = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for scheme.