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

    Interface IXmlEncryptionKeyRetrievalMethod

    A IXmlEncryptionKeyRetrievalMethod object is used to reference encryption key information that is stored at another location.

    interface IXmlEncryptionKeyRetrievalMethod {
        type: string;
        uri: string;
    }

    Properties

    type: string

    The type of data referenced by the uri.

    uri: string

    The URI of the referenced KeyInfo information.