interface IdentityKeyPair {
    id: string;
    privateKey: CryptoKey;
    publicKey: CryptoKey;
}

Hierarchy

  • CryptoKeyPair
    • IdentityKeyPair

Properties

id: string
privateKey: CryptoKey
publicKey: CryptoKey

Generated using TypeDoc