public interface VodDescribeDrmDataKeyResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
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; |
String |
getSecretKey()
string SecretKey = 1; |
com.google.protobuf.ByteString |
getSecretKeyBytes()
string SecretKey = 1; |
String 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 © 2024. All rights reserved.