Crypter is AWS KMS Crypter implementation
| 12 | |
| 13 | // Crypter is AWS KMS Crypter implementation |
| 14 | type Crypter struct { |
| 15 | SymmetricKey crypto.SymmetricKey |
| 16 | } |
| 17 | |
| 18 | func (crypter *Crypter) Name() string { |
| 19 | return "AWK_KMS/Crypter" |
nothing calls this directly
no outgoing calls
no test coverage detected