ECCKeyPair
InterfaceECC 密钥对(Base64 编码的 SPKI 公钥 / PKCS8 私钥)。
Signature
interface ECCKeyPair {
publicKey: string
privateKey: string
}Members
| Name | Type | Description |
|---|---|---|
| publicKey | string | — |
| privateKey | string | — |
Source
packages/encryptor/src/ECCHelper.ts:5