RSAPublicKey
Represents an RSA public key.
Constructor
function constructor(n: bigint, e: bigint): this;
Parameters
n
: Moduluse
: Public exponent
Methods
Properties
interface Properties {
n: bigint;
e: bigint;
}
n
e
Represents an RSA public key.
function constructor(n: bigint, e: bigint): this;
n
: Moduluse
: Public exponentinterface Properties {
n: bigint;
e: bigint;
}
n
e