Package com.dnsimple.request
Class DSRecordOptions
- java.lang.Object
-
- com.dnsimple.request.DSRecordOptions
-
public class DSRecordOptions extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DSRecordOptionsof(java.lang.String algorithm, java.lang.String digest, java.lang.String digestType, java.lang.String keytag)For additional information, please see https://tools.ietf.org/html/rfc4034.
-
-
-
Method Detail
-
of
public static DSRecordOptions of(java.lang.String algorithm, java.lang.String digest, java.lang.String digestType, java.lang.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.
-
-