Interface Encryption.MpegCommonEncryptionOrBuilder (1.30.0)

public static interface Encryption.MpegCommonEncryptionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.