public interface VodCreateHlsDecryptionKeyResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAk()
string Ak = 2; |
com.google.protobuf.ByteString |
getAkBytes()
string Ak = 2; |
boolean |
getIsBase64()
SecretKey是否是已经base64过后的SecretKey
|
String |
getKeyFormat()
真实的密钥格式 二进制密钥则是binary 缺省就是string
|
com.google.protobuf.ByteString |
getKeyFormatBytes()
真实的密钥格式 二进制密钥则是binary 缺省就是string
|
String |
getSecretKey()
string SecretKey = 1; |
com.google.protobuf.ByteString |
getSecretKeyBytes()
string SecretKey = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSecretKey()
string SecretKey = 1;com.google.protobuf.ByteString getSecretKeyBytes()
string SecretKey = 1;String getAk()
string Ak = 2;com.google.protobuf.ByteString getAkBytes()
string Ak = 2;boolean getIsBase64()
SecretKey是否是已经base64过后的SecretKey
bool IsBase64 = 3;String getKeyFormat()
真实的密钥格式 二进制密钥则是binary 缺省就是string
string KeyFormat = 4;com.google.protobuf.ByteString getKeyFormatBytes()
真实的密钥格式 二进制密钥则是binary 缺省就是string
string KeyFormat = 4;Copyright © 2025. All rights reserved.