public RSAKeyPair(RSAPrivateKey privateKey, RSAPublicKey publicKey) { this._privateKey = privateKey; this._publicKey = publicKey; }