Searched defs:AWSAEAD (Results 1 – 1 of 1) sorted by relevance
31 type AWSAEAD struct { struct32 keyURI string33 kms kmsiface.KMSAPI34 encryptionContextName EncryptionContextName53 func (a *AWSAEAD) Encrypt(plaintext, associatedData []byte) ([]byte, error) {70 func (a *AWSAEAD) Decrypt(ciphertext, associatedData []byte) ([]byte, error) {