com.volcengine.model.live.v20230101.DescribeEncryptDRMResResultDRMItem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
package com.volcengine.model.live.v20230101;
import com.alibaba.fastjson.JSON;
/**
* DescribeEncryptDRMResResultDRMItem
*/
@lombok.Data
public final class DescribeEncryptDRMResResultDRMItem {
/**
* DRM 证书管理平台 API 访问密钥。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "APIKey")
private String aPIKey;
/**
* 自定义的 FairPlay 证书名称。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "CertificateName")
private String certificateName;
/**
* 申请 FairPlay 证书时创建的私钥文件名称。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "PrivateKeyFileName")
private String privateKeyFileName;
/**
* FairPlay 证书文件的名称。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "CertificateFileName")
private String certificateFileName;
/**
* 申请 FairPlay 证书过程中 Apple 返回的 ASk(Application Secret Key)字符串。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "ApplicationSecretKey")
private String applicationSecretKey;
/**
* 申请 FairPlay 证书时创建的私钥文件密钥。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "PrivateKey")
private String privateKey;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy