IO Wallet SDK
    Preparing search index...
    interface JwtSignerX5c {
        alg: string;
        kid?: string;
        method: "x5c";
        trustChain?: [string, ...string[]];
        x5c: string[];
    }
    Index

    Properties

    alg: string
    kid?: string

    The key id that should be used for signing. You need to make sure the kid actually matches with the key associated with the leaf certificate.

    method: "x5c"
    trustChain?: [string, ...string[]]
    x5c: string[]