RSAKeyPair
InterfaceRSA 密钥对(PEM 格式,含 header/footer)。
Signature
interface RSAKeyPair {
publicKey: string
privateKey: string
}Members
| Name | Type | Description |
|---|---|---|
| publicKey | string | — |
| privateKey | string | — |
Source
packages/encryptor/src/RSAHelper.ts:4
RSA 密钥对(PEM 格式,含 header/footer)。
interface RSAKeyPair {
publicKey: string
privateKey: string
}| Name | Type | Description |
|---|---|---|
| publicKey | string | — |
| privateKey | string | — |
packages/encryptor/src/RSAHelper.ts:4