ToString converts the key to a string representation.
()
| 241 | |
| 242 | // ToString converts the key to a string representation. |
| 243 | func (key *MasterKey) ToString() string { |
| 244 | return key.KeyID |
| 245 | } |
| 246 | |
| 247 | // ToMap converts the MasterKey to a map for serialization purposes. |
| 248 | func (key MasterKey) ToMap() map[string]interface{} { |
no outgoing calls