DecryptedDocument

public struct DecryptedDocument

Data type to hold the verified, unencrypted data and related info

  • Metadata produced by this client about this document

    Declaration

    Swift

    public let clientMeta: ClientMeta
  • The plaintext information where both keys and values are unencrypted

    Declaration

    Swift

    public let data: Cleartext