return retkeyset;
}
-bool DNSSECKeeper::secureZone(const DNSName& name, int algorithm, int size)
-{
- clearCaches(name); // just to be sure ;)
- return addKey(name, true, algorithm, size);
-}
-
bool DNSSECKeeper::getPreRRSIGs(UeberBackend& db, const DNSName& signer, const DNSName& qname,
const DNSName& wildcardname, const QType& qtype,
DNSResourceRecord::Place signPlace, vector<DNSResourceRecord>& rrsigs, uint32_t signTTL)
bool activateKey(const DNSName& zname, unsigned int id);
bool deactivateKey(const DNSName& zname, unsigned int id);
- bool secureZone(const DNSName& fname, int algorithm, int size);
-
bool getNSEC3PARAM(const DNSName& zname, NSEC3PARAMRecordContent* n3p=0, bool* narrow=0);
bool setNSEC3PARAM(const DNSName& zname, const NSEC3PARAMRecordContent& n3p, const bool& narrow=false);
bool unsetNSEC3PARAM(const DNSName& zname);