KeyPair

Struct containing a key pair for public key encryption

struct KeyPair {
PublicKey publicKey;
PrivateKey privateKey;
}

Meta