Package com.dnsimple.request
Class DSRecordOptions
java.lang.Object
com.dnsimple.request.DSRecordOptions
-
Method Summary
Modifier and TypeMethodDescriptionstatic DSRecordOptionsFor additional information, please see https://tools.ietf.org/html/rfc4034.static DSRecordOptionsFor additional information, please see https://tools.ietf.org/html/rfc4034.static DSRecordOptionsDeprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
of
@Deprecated(since="0.9.3", forRemoval=true) public static DSRecordOptions of(String algorithm, String digest, String digestType, String keytag) Deprecated, for removal: This API element is subject to removal in a future version.usedsData(String, String, String, String), andkeyData(String, String)instead. -
dsData
public static DSRecordOptions dsData(String algorithm, String digest, String digestType, String keytag) For additional information, please see https://tools.ietf.org/html/rfc4034.- Parameters:
algorithm- DNSSEC algorithms defined in http://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtmldigest- The hexidecimal representation of the digest of the corresponding DNSKEY record.digestType- DNSSEC digest types defined in http://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtmlkeytag- A keytag that references the corresponding DNSKEY record.
-
keyData
For additional information, please see https://tools.ietf.org/html/rfc4034.- Parameters:
algorithm- DNSSEC algorithms defined in http://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtmlpublicKey- The public key that references the corresponding DNSKEY record.
-
dsData(String, String, String, String), andkeyData(String, String)instead.