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

com.byteplus.model.live.v20200801.DescribeCertDetailSecretResResultRsa 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;

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

    /**
     * 

证书类型。

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

证书指纹,为唯一值。

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

证书过期时间。

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

证书生效时间。

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

TODO

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

TODO

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

公钥数据。

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

系统自动生成的公钥文本名称。

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

证书序列号,为唯一值。

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy