public static interface Encryption.MpegCommonEncryptionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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];
Type | Description |
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];
Type | Description |
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];
Type | Description |
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];
Type | Description |
ByteString | The bytes for scheme. |