All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.model.live.v20200801.DescribeCertDetailSceretV2ResResultRsaItem Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.model.live.v20200801;


import com.alibaba.fastjson.JSON;
import java.util.List;

/**
 * DescribeCertDetailSceretV2ResResultRsaItem
 */
@lombok.Data
public final class DescribeCertDetailSceretV2ResResultRsaItem  {

    /**
     * 

密钥类型,默认为 `rsa`

*/ @com.alibaba.fastjson.annotation.JSONField(name = "KeyType") private String keyType; /** *

证书链,包括叶子证书(服务器证书)、中间证书(中间 CA 证书)以及根证书(根 CA 证书)。证书链中的证书使用 PEM 编码格式

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Chain") private List chain; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy