# File lib/Dnsruby/resource/DNSKEY.rb, line 119
def
sep_key?
return
((
@flags
&
SEP_KEY
)
>
0
)
end