mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 13:07:50 +00:00
[1579] made some definitions of ZoneFinder private.
They are only used for FindDNSSECContext, which is part of ZoneFinder and can refer to its private members.
This commit is contained in:
parent
ed4c07d55c
commit
33f9ea32c6
@ -898,18 +898,19 @@ public:
|
||||
return (*accessor_);
|
||||
}
|
||||
|
||||
private:
|
||||
/// \brief check whether zone is signed with nsec
|
||||
///
|
||||
/// searches the NSEC3PARAM RRset in the zone apex, if it exists, the
|
||||
/// zone looks signed with nsec
|
||||
bool isNSEC();
|
||||
|
||||
/// \brief check whether zone is signed with nsec3
|
||||
///
|
||||
/// searches the NSEC3PARAM RRset in the zone apex, if it exists, the
|
||||
/// zone looks signed with nsec3
|
||||
bool isNSEC3();
|
||||
|
||||
private:
|
||||
boost::shared_ptr<DatabaseAccessor> accessor_;
|
||||
const int zone_id_;
|
||||
const isc::dns::Name origin_;
|
||||
@ -934,7 +935,7 @@ public:
|
||||
std::vector<isc::dns::ConstRRsetPtr>*
|
||||
target,
|
||||
const FindOptions options = FIND_DEFAULT);
|
||||
public:
|
||||
|
||||
/// \brief Searches database for RRsets of one domain.
|
||||
///
|
||||
/// This method scans RRs of single domain specified by name and
|
||||
|
Loading…
x
Reference in New Issue
Block a user