deno / 1.23.2 / ~ / rsaotherprimesinfo.html /

RsaOtherPrimesInfo

interface RsaOtherPrimesInfo {
d? : string;
r? : string;
t? : string;
}

Properties

d? : string
r? : string
t? : string