SecuredContainer

public struct SecuredContainer

This contains the Absio format of the encrypted content and header, its length, access levels corresponding metadata.

  • The the secured bytes of this SecuredContainer.

    Declaration

    Swift

    public let securedBytes: Data?
  • The length of the encypted data.

    Declaration

    Swift

    public let length: Int
  • accessLevels

    Declaration

    Swift

    public let accessLevels: [UUID : AccessLevel]
  • The ContainerMetadata associated with the container.

    Declaration

    Swift

    public let metadata: ContainerMetadata