Kill the Clipboard - SMART Health Cards Library - v1.0.0
    Preparing search index...

    Interface SHLFileJWE

    Internal structure for encrypted files.

    Used internally by the SHL implementation to represent encrypted file content along with its metadata. Contains the JWE string and content type information needed for manifest building.

    interface SHLFileJWE {
        jwe: string;
        type: SHLFileContentType;
    }
    Index

    Properties

    Properties

    jwe: string