A feature to allow variable frame lengths for framed data was partially implemented in the decrypt path long ago. Variable frame lengths would be indicated by the frame length in the header being 0 (see
).
This feature is not documented anywhere or supported in other ESDKs, so it should be removed.
A feature to allow variable frame lengths for framed data was partially implemented in the decrypt path long ago. Variable frame lengths would be indicated by the frame length in the header being 0 (see
aws-encryption-sdk-java/src/main/java/com/amazonaws/encryptionsdk/internal/FrameDecryptionHandler.java
Line 122 in 7d5ab6e
This feature is not documented anywhere or supported in other ESDKs, so it should be removed.