public class DnssecInfo extends AbstractModel
Constructor and Description |
---|
DnssecInfo() |
DnssecInfo(DnssecInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm()
Get 加密算法
|
String |
getDigest()
Get 摘要信息
|
String |
getDigestAlgorithm()
Get 摘要算法
|
String |
getDigestType()
Get 摘要类型
|
String |
getDS()
Get DS 记录值
|
Long |
getFlags()
Get 标志
|
Long |
getKeyTag()
Get 密钥标签
|
String |
getKeyType()
Get 加密类型
|
String |
getPublicKey()
Get 公钥
|
void |
setAlgorithm(String Algorithm)
Set 加密算法
|
void |
setDigest(String Digest)
Set 摘要信息
|
void |
setDigestAlgorithm(String DigestAlgorithm)
Set 摘要算法
|
void |
setDigestType(String DigestType)
Set 摘要类型
|
void |
setDS(String DS)
Set DS 记录值
|
void |
setFlags(Long Flags)
Set 标志
|
void |
setKeyTag(Long KeyTag)
Set 密钥标签
|
void |
setKeyType(String KeyType)
Set 加密类型
|
void |
setPublicKey(String PublicKey)
Set 公钥
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DnssecInfo()
public DnssecInfo(DnssecInfo source)
public Long getFlags()
public void setFlags(Long Flags)
Flags
- 标志public String getAlgorithm()
public void setAlgorithm(String Algorithm)
Algorithm
- 加密算法public String getKeyType()
public void setKeyType(String KeyType)
KeyType
- 加密类型public String getDigestType()
public void setDigestType(String DigestType)
DigestType
- 摘要类型public String getDigestAlgorithm()
public void setDigestAlgorithm(String DigestAlgorithm)
DigestAlgorithm
- 摘要算法public String getDigest()
public void setDigest(String Digest)
Digest
- 摘要信息public String getDS()
public void setDS(String DS)
DS
- DS 记录值public Long getKeyTag()
public void setKeyTag(Long KeyTag)
KeyTag
- 密钥标签public String getPublicKey()
public void setPublicKey(String PublicKey)
PublicKey
- 公钥Copyright © 2022. All rights reserved.