Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Interface IXmlEnryptionInfo

    interface IXmlEnryptionInfo {
        getEncryptedDataEntries(): IXmlEncryptionEntry[];
        getEncryptedDataEntryByUri(uri: string): IXmlEncryptionEntry;
    }

    Implemented by

    Methods

    • Get encryption data information for a resource by url.

      Parameters

      • uri: string

        The uri to the resource

      Returns IXmlEncryptionEntry

      The IXmlencEncryptedData for the resource, or undefined if none could be found.