Uses of Class
com.verisign.epp.codec.secdnsext.v11.EPPSecDNSExtDsData

Packages that use EPPSecDNSExtDsData
com.verisign.epp.codec.secdnsext.v11   
 

Uses of EPPSecDNSExtDsData in com.verisign.epp.codec.secdnsext.v11
 

Methods in com.verisign.epp.codec.secdnsext.v11 that return EPPSecDNSExtDsData
 EPPSecDNSExtDsData EPPSecDNSExtKeyData.toDsData(java.lang.String aDomainName, int aDigestType)
          Generates a EPPSecDNSExtDsData with the key data utilizing the domain name (aDomainName) and the desired digest type ( aDigestType).
 

Methods in com.verisign.epp.codec.secdnsext.v11 with parameters of type EPPSecDNSExtDsData
 void EPPSecDNSExtUpdate.appendAddDsData(EPPSecDNSExtDsData aDsData)
          Appends to the List of DS Data EPPSecDNSExtDsData instances to add.
 void EPPSecDNSExtInfData.appendDsData(EPPSecDNSExtDsData aDsData)
          Appends to the List of DS Data EPPSecDNSExtDsData instances.
 void EPPSecDNSExtCreate.appendDsData(EPPSecDNSExtDsData aDsData)
          Appends to the List of DS Data EPPSecDNSExtDsData instances to create.
 void EPPSecDNSExtUpdate.appendRemDsData(EPPSecDNSExtDsData aDsData)
          Appends to the List of DS Data EPPSecDNSExtDsData instances to remove.
 

Constructors in com.verisign.epp.codec.secdnsext.v11 with parameters of type EPPSecDNSExtDsData
EPPSecDNSExtDsData(EPPSecDNSExtDsData dsData)
          Create a new instance (copy) of EPPSecDNSExtDsData
 



Copyright ? VeriSign Inc. All Rights Reserved.