encryptPath returns the path for Encrypt requests.
()
| 330 | |
| 331 | // encryptPath returns the path for Encrypt requests. |
| 332 | func (key *MasterKey) encryptPath() string { |
| 333 | return path.Join(key.EnginePath, "encrypt", key.KeyName) |
| 334 | } |
| 335 | |
| 336 | // decryptPath returns the path for Decrypt requests. |
| 337 | func (key *MasterKey) decryptPath() string { |
no outgoing calls