Interface Encryption.MpegCommonEncryptionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Encryption.MpegCommonEncryption
,Encryption.MpegCommonEncryption.Builder
- Enclosing class:
- Encryption
public static interface Encryption.MpegCommonEncryptionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getScheme()
Required.com.google.protobuf.ByteString
getSchemeBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getScheme
String getScheme()
Required. Specify the encryption scheme. Supported encryption schemes: - `cenc` - `cbcs`
string scheme = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The scheme.
-
getSchemeBytes
com.google.protobuf.ByteString getSchemeBytes()
Required. Specify the encryption scheme. Supported encryption schemes: - `cenc` - `cbcs`
string scheme = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for scheme.
-
-