Class JwetMultipartSplitter.Parts<T>
java.lang.Object
co.ankatech.ankasecure.sdk.internal.util.JwetMultipartSplitter.Parts<T>
- Type Parameters:
T
- concrete JWET header class
- Enclosing class:
JwetMultipartSplitter
Holder for the two extracted parts.
- Version:
- 2.0
- Author:
- Anka Technologies
-
Method Summary
-
Method Details
-
header
Parsed JWET header (typeT
). -
envelope
Temporary file containing the binary envelope. -
cleanup
public void cleanup()Deletes the temporary envelope file. Call in afinally
block to avoid leaking temp files in exceptional paths.
-