public class DnssecInfo extends AbstractModel
skipSign
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 Encryption algorithm
|
String |
getDigest()
Get Digest message
|
String |
getDigestAlgorithm()
Get Digest algorithm
|
String |
getDigestType()
Get Digest type
|
String |
getDS()
Get DS record value
|
Long |
getFlags()
Get Flag
|
Long |
getKeyTag()
Get Key tag
|
String |
getKeyType()
Get Encryption type
|
String |
getPublicKey()
Get Public key
|
void |
setAlgorithm(String Algorithm)
Set Encryption algorithm
|
void |
setDigest(String Digest)
Set Digest message
|
void |
setDigestAlgorithm(String DigestAlgorithm)
Set Digest algorithm
|
void |
setDigestType(String DigestType)
Set Digest type
|
void |
setDS(String DS)
Set DS record value
|
void |
setFlags(Long Flags)
Set Flag
|
void |
setKeyTag(Long KeyTag)
Set Key tag
|
void |
setKeyType(String KeyType)
Set Encryption type
|
void |
setPublicKey(String PublicKey)
Set Public key
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DnssecInfo()
public DnssecInfo(DnssecInfo source)
public Long getFlags()
public void setFlags(Long Flags)
Flags
- Flagpublic String getAlgorithm()
public void setAlgorithm(String Algorithm)
Algorithm
- Encryption algorithmpublic String getKeyType()
public void setKeyType(String KeyType)
KeyType
- Encryption typepublic String getDigestType()
public void setDigestType(String DigestType)
DigestType
- Digest typepublic String getDigestAlgorithm()
public void setDigestAlgorithm(String DigestAlgorithm)
DigestAlgorithm
- Digest algorithmpublic String getDigest()
public void setDigest(String Digest)
Digest
- Digest messagepublic String getDS()
public void setDS(String DS)
DS
- DS record valuepublic Long getKeyTag()
public void setKeyTag(Long KeyTag)
KeyTag
- Key tagpublic String getPublicKey()
public void setPublicKey(String PublicKey)
PublicKey
- Public keyCopyright © 2023. All rights reserved.