UseKeyPair: {
    enc?: KeyPair;
    sig?: KeyPair;
}

Entity that contains a key pair for signing and encryption purposes

Type declaration

  • Optionalenc?: KeyPair

    The key used to encrypt data

  • Optionalsig?: KeyPair

    The key used to sign data