AesConstants
    
            
            in package
            
        
    
    
    
        
        
    
Table of Contents
- DOCUMENT_HEADER_META_LENGTH = 7
 - The size of the fixed length portion of the header (version, magic, size)
 - IV_LEN = 12
 - MAX_HEADER_SIZE = 65535
 - Max IronCore header size. Equals 256 * 255 + 255 since we do a 2 byte size.
 - TAG_LEN = 16
 
Constants
DOCUMENT_HEADER_META_LENGTH
The size of the fixed length portion of the header (version, magic, size)
    public
    mixed
    DOCUMENT_HEADER_META_LENGTH
    = 7
    
        
    
IV_LEN
    public
    mixed
    IV_LEN
    = 12
        
        
    
MAX_HEADER_SIZE
Max IronCore header size. Equals 256 * 255 + 255 since we do a 2 byte size.
    public
    mixed
    MAX_HEADER_SIZE
    = 65535
    
        
    
TAG_LEN
    public
    mixed
    TAG_LEN
    = 16