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

com.byteplus.model.live.v20230101.DescribeCertDetailSecretV2ResResultSSL Maven / Gradle / Ivy

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


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

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

    /**
     * 

证书私钥

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

密钥类型,默认为 `rsa`。

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

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

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Chain") private List chain; /** *

证书链解析后的证书链简短信息。

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy