@li0ard/aspe - v0.1.2
    Preparing search index...

    Interface ECJWK

    ES256 JWK

    interface ECJWK {
        crv: string;
        kty: string;
        x: string;
        y: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    crv: string

    Curve

    kty: string

    Key type

    x: string

    X coordinate

    y: string

    Y coordinate