SecuredContainer
public struct SecuredContainerThis contains the Absio format of the encrypted content and header, its length, access levels corresponding metadata.
- 
                  
                  The the secured bytes of this SecuredContainer. DeclarationSwift public let securedBytes: Data?
- 
                  
                  The length of the encypted data. DeclarationSwift public let length: Int
- 
                  
                  accessLevels DeclarationSwift public let accessLevels: [UUID : AccessLevel]
- 
                  
                  The ContainerMetadata associated with the container. DeclarationSwift public let metadata: ContainerMetadata
 View on GitHub
View on GitHub SecuredContainer Structure Reference
        SecuredContainer Structure Reference