keyAlgorithm = $keyAlgorithm; } public function getKeyAlgorithm() { return $this->keyAlgorithm; } public function setPrivateKeyType($privateKeyType) { $this->privateKeyType = $privateKeyType; } public function getPrivateKeyType() { return $this->privateKeyType; } }