HELP: Detailed definition of compression and encryption TYPE: OBJECT SYNTAX: POTPAR(FLGLEVEL=COPY/FAST/DYNAMIC/COMPACT/ARITHMETIC,FLGCONF=CLEAR/VEIL/ENC,LENLEVEL=COPY/FAST/DYNAMIC/COMPACT/ARITHMETIC,LENCONF=CLEAR/VEIL/ENC,DATLEVEL=COPY/FAST/DYNAMIC/COMPACT/ARITHMETIC,DATCONF=CLEAR/VEIL/ENC)
The pot parameters can be used to specify how the flags, lengths, data and attributes are to be compressed and/or encrypted.
NUMBER: FLGLEVEL=COPY/FAST/DYNAMIC/COMPACT/ARITHMETIC - Compression level for flag bits [CMPLEVEL]
COPY - Copy data, no compression
FAST - Fast compression (fast, lower compression ratio)
DYNAMIC - Dynamic compression (balanced speed and compression ratio)
COMPACT - Compact compression (slow, high compression ratio)
ARITHMETIC - Compression for arithmetic data (integer values (type, flags, length, ...)
NUMBER: FLGCONF=CLEAR/VEIL/ENC - Confidentiality for flag bits [CRYCONF]
CLEAR - Clear data, no confidentiality protection
VEIL - Confidentiality protection with veiling
ENC - Confidentiality protection with encryption
NUMBER: LENLEVEL=COPY/FAST/DYNAMIC/COMPACT/ARITHMETIC - Compression level for length fields [CMPLEVEL]
COPY - Copy data, no compression
FAST - Fast compression (fast, lower compression ratio)
DYNAMIC - Dynamic compression (balanced speed and compression ratio)
COMPACT - Compact compression (slow, high compression ratio)
ARITHMETIC - Compression for arithmetic data (integer values (type, flags, length, ...)
NUMBER: LENCONF=CLEAR/VEIL/ENC - Confidentiality for length fields [CRYCONF]
CLEAR - Clear data, no confidentiality protection
VEIL - Confidentiality protection with veiling
ENC - Confidentiality protection with encryption
NUMBER: DATLEVEL=COPY/FAST/DYNAMIC/COMPACT/ARITHMETIC - Compression level for data buffer [CMPLEVEL]
COPY - Copy data, no compression
FAST - Fast compression (fast, lower compression ratio)
DYNAMIC - Dynamic compression (balanced speed and compression ratio)
COMPACT - Compact compression (slow, high compression ratio)
ARITHMETIC - Compression for arithmetic data (integer values (type, flags, length, ...)
NUMBER: DATCONF=CLEAR/VEIL/ENC - Confidentiality for data buffer [CRYCONF]
CLEAR - Clear data, no confidentiality protection
VEIL - Confidentiality protection with veiling
ENC - Confidentiality protection with encryption