@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DnssecSigningAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Information about a delegation signer (DS) record that was created in the registry by AssociateDelegationSignerToDomain.
Constructor and Description |
---|
DnssecSigningAttributes() |
Modifier and Type | Method and Description |
---|---|
DnssecSigningAttributes |
clone() |
boolean |
equals(Object obj) |
Integer |
getAlgorithm()
Algorithm which was used to generate the digest from the public key.
|
Integer |
getFlags()
Defines the type of key.
|
String |
getPublicKey()
The base64-encoded public key part of the key pair that is passed to the registry.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAlgorithm(Integer algorithm)
Algorithm which was used to generate the digest from the public key.
|
void |
setFlags(Integer flags)
Defines the type of key.
|
void |
setPublicKey(String publicKey)
The base64-encoded public key part of the key pair that is passed to the registry.
|
String |
toString()
Returns a string representation of this object.
|
DnssecSigningAttributes |
withAlgorithm(Integer algorithm)
Algorithm which was used to generate the digest from the public key.
|
DnssecSigningAttributes |
withFlags(Integer flags)
Defines the type of key.
|
DnssecSigningAttributes |
withPublicKey(String publicKey)
The base64-encoded public key part of the key pair that is passed to the registry.
|
public void setAlgorithm(Integer algorithm)
Algorithm which was used to generate the digest from the public key.
algorithm
- Algorithm which was used to generate the digest from the public key.public Integer getAlgorithm()
Algorithm which was used to generate the digest from the public key.
public DnssecSigningAttributes withAlgorithm(Integer algorithm)
Algorithm which was used to generate the digest from the public key.
algorithm
- Algorithm which was used to generate the digest from the public key.public void setFlags(Integer flags)
Defines the type of key. It can be either a KSK (key-signing-key, value 257) or ZSK (zone-signing-key, value 256). Using KSK is always encouraged. Only use ZSK if your DNS provider isn't Route 53 and you don’t have KSK available.
If you have KSK and ZSK keys, always use KSK to create a delegations signer (DS) record. If you have ZSK keys only – use ZSK to create a DS record.
flags
- Defines the type of key. It can be either a KSK (key-signing-key, value 257) or ZSK (zone-signing-key,
value 256). Using KSK is always encouraged. Only use ZSK if your DNS provider isn't Route 53 and you don’t
have KSK available.
If you have KSK and ZSK keys, always use KSK to create a delegations signer (DS) record. If you have ZSK keys only – use ZSK to create a DS record.
public Integer getFlags()
Defines the type of key. It can be either a KSK (key-signing-key, value 257) or ZSK (zone-signing-key, value 256). Using KSK is always encouraged. Only use ZSK if your DNS provider isn't Route 53 and you don’t have KSK available.
If you have KSK and ZSK keys, always use KSK to create a delegations signer (DS) record. If you have ZSK keys only – use ZSK to create a DS record.
If you have KSK and ZSK keys, always use KSK to create a delegations signer (DS) record. If you have ZSK keys only – use ZSK to create a DS record.
public DnssecSigningAttributes withFlags(Integer flags)
Defines the type of key. It can be either a KSK (key-signing-key, value 257) or ZSK (zone-signing-key, value 256). Using KSK is always encouraged. Only use ZSK if your DNS provider isn't Route 53 and you don’t have KSK available.
If you have KSK and ZSK keys, always use KSK to create a delegations signer (DS) record. If you have ZSK keys only – use ZSK to create a DS record.
flags
- Defines the type of key. It can be either a KSK (key-signing-key, value 257) or ZSK (zone-signing-key,
value 256). Using KSK is always encouraged. Only use ZSK if your DNS provider isn't Route 53 and you don’t
have KSK available.
If you have KSK and ZSK keys, always use KSK to create a delegations signer (DS) record. If you have ZSK keys only – use ZSK to create a DS record.
public void setPublicKey(String publicKey)
The base64-encoded public key part of the key pair that is passed to the registry.
publicKey
- The base64-encoded public key part of the key pair that is passed to the registry.public String getPublicKey()
The base64-encoded public key part of the key pair that is passed to the registry.
public DnssecSigningAttributes withPublicKey(String publicKey)
The base64-encoded public key part of the key pair that is passed to the registry.
publicKey
- The base64-encoded public key part of the key pair that is passed to the registry.public String toString()
toString
in class Object
Object.toString()
public DnssecSigningAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.