Type alias KeyPairPEM

KeyPairPEM: {
    privateKey: PrivateKeyPEM;
    publicKey: PublicKeyPEM;
}

KeyPair PEMs

Type declaration

Generated using TypeDoc