About | Log | Files | Refs | License
EncryptionResult.aidl (112B) - raw
1 package me.rhunk.snapenhance.bridge.e2ee; 2 3 parcelable EncryptionResult { 4 byte[] ciphertext; 5 byte[] iv; 6 }