Interface RsaKeyAlgorithm

    interface RsaKeyAlgorithm {
        modulusLength: number;
        name: string;
        publicExponent: Uint8Array;
    }
    Hierarchy

    Properties

    modulusLength: number
    name: string
    publicExponent: Uint8Array