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

com.byteplus.model.live.v20230101.DescribeCertDetailSecretV2ResResult 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;

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

    /**
     * 

与证书绑定的域名列表。

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

证书链 ID。

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

证书详细信息。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "SSL") private DescribeCertDetailSecretV2ResResultSSL sSL; /** *

证书名称。

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

证书的生效日期,RFC3339 格式的 UTC 时间,精度为秒。

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

证书的过期时间,RFC3339 格式的 UTC 时间,精度为秒。

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

证书状态,取值及含义如下所示。

* * * *

- `OK`:正常;

* *

- `Expire`:过期;

* *

- `30days`:有效期剩余 30 天;

* *

- `15days`:有效期剩余 15 天;

* *

- `7days`:有效期剩余 7 天;

* *

- `1days`:有效期剩余 1 天。

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

openssl解析结果

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

证书指纹(SHA1)

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

证书指纹(SHA256)

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

签名算法

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

加密算法

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

签发者信息

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy