Agent SDK
|
Cipher class that implements AES GCM. More...
Additional Inherited Members | |
![]() | |
def | encryptstr (self, plaintext) |
Encrypts a Unicode or UTF-8 encoded string in memory. More... | |
def | encryptbytes (self, plaintextbytes) |
Encrypts a byte array in memory. More... | |
def | decryptstr (self, ciphertext) |
Decrypts ciphertext in memory to a unicode string. More... | |
def | decryptbytes (self, ciphertext) |
Decrypts ciphertext in memory to a byte array. More... | |
Cipher class that implements AES GCM.
The authentication tag is 16 bytes and will be appended to the end of the ciphertext.
keydata | (bytes): The key to use for encryption or decryption. |
authdata | (bytes): The AES GCM Additional Authenticated Data (AAD). |
You acknowledge your access, review and use of the documentation on this page is subject to the Ionic Security Inc. Documentation Use Rights.
© 2016-2018 Ionic Security Inc. All rights reserved.
Generated on Tue Nov 27 2018 16:30:07 for Agent SDK by
1.8.12