class Pdns::TSIGKey
- Pdns::TSIGKey
- Reference
- Object
Overview
A TSIG key that can be used to authenticate NOTIFYs and AXFRs
Included Modules
- JSON::Serializable
Defined in:
pdns/tsig_key.crConstructors
Instance Method Summary
-
#algorithm : String
The algorithm of the TSIG key
-
#algorithm=(algorithm : String)
The algorithm of the TSIG key
-
#id : String?
The ID for this key, used in the TSIGkey URL endpoint.
-
#id? : String | Nil?
The ID for this key, used in the TSIGkey URL endpoint.
-
#key : String?
The Base64 encoded secret key, empty when listing keys.
-
#key=(key : String?)
The Base64 encoded secret key, empty when listing keys.
-
#name : String
The name of the key
-
#name=(name : String)
The name of the key
-
#type : String?
Set to "TSIGKey"
-
#type? : String | Nil?
Set to "TSIGKey"
Constructor Detail
Instance Method Detail
def key : String?
#
The Base64 encoded secret key, empty when listing keys. MAY be empty when POSTing to have the server generate the key material
def key=(key : String?)
#
The Base64 encoded secret key, empty when listing keys. MAY be empty when POSTing to have the server generate the key material