RSAKeyPair

Interface

RSA 密钥对(PEM 格式,含 header/footer)。

Signature

interface RSAKeyPair {
    publicKey: string
    privateKey: string
}

Members

NameTypeDescription
publicKeystring
privateKeystring

Source

packages/encryptor/src/RSAHelper.ts:4