DocumentDecryptResult

public class DocumentDecryptResult : SdkObject

Decrypted document bytes and metadata.

  • id

    ID of the document

    Declaration

    Swift

    public lazy var id: DocumentId { get set }
  • Name of the document

    Declaration

    Swift

    public lazy var name: DocumentName? { get set }
  • Bytes of decrypted document data

    Declaration

    Swift

    public lazy var decryptedData: [UInt8] { get set }
  • Date and time when the document was created

    Declaration

    Swift

    public lazy var created: Date { get set }
  • Date and time when the document was last updated

    Declaration

    Swift

    public lazy var lastUpdated: Date { get set }