getKeyPair

@NotNull
abstract fun getKeyPair(): @NotNull KeyPair

Gets the key pair associated with the server connection. Key pair is only used to encrypt (on server) and decrypt (on client) key data of the su.plo.voice.proto.data.encryption.EncryptionInfo

Return

The key pair.