# File lib/Dnsruby/resource/DNSKEY.rb, line 108
def
zone_key?
return
((
@flags
&
ZONE_KEY
)
>
0
)
end