Method: EPPClient::SecDNS#domain_info

Defined in:
lib/epp-client/secdns.rb

#domain_info(domain) ⇒ Object

Extends the EPPClient::Domain#domain_info so that the specific secDNS elements can be added.

either:

:keyData

containing an array of keyData objects with the following fields :

:flags

The flags field value as described in section 2.1.1 of RFC 4034.

:protocol

The protocol field value as described in section 2.1.2 of RFC 4034.

:alg

The algorithm number field value as described in section 2.1.3 of RFC 4034.

:pubKey

The encoded public key field value as described in Section 2.1.4 of RFC 4034.

:dsData

containing an array of dsData objects with the following fields :

:keyTag

The key tag value as described in Section 5.1.1 of RFC 4034.

:alg

The algorithm value as described in Section 5.1.2 of RFC 4034.

:digestType

The digest type value as described in Section 5.1.3 of RFC 4034.

:digest

The digest value as described in Section 5.1.1 of RFC 4034.

:keyData

An optional element that describes the key data used as input in the DS hash calculation for use in server validation. The :keyData element contains the child elements defined above.

Optionnaly :

:maxSigLife

An element that indicates a child’s preference for the number of seconds after signature generation when the parent’s signature on the DS information provided by the child will expire.



61
62
63
# File 'lib/epp-client/secdns.rb', line 61

def domain_info(domain)
  super # placeholder so that I can add some doc
end