diff --git a/src/Plugin/EncryptionMethod/PHPSecLibEncryption.php b/src/Plugin/EncryptionMethod/PHPSecLibEncryption.php
index 816be06..efc5d04 100644
--- a/src/Plugin/EncryptionMethod/PHPSecLibEncryption.php
+++ b/src/Plugin/EncryptionMethod/PHPSecLibEncryption.php
@@ -17,7 +17,7 @@ use phpseclib\Crypt\AES;
  *   id = "phpseclib",
  *   title = @Translation("PHP Secure Communications Library (phpseclib)"),
  *   description = "Uses the <a href='http://phpseclib.sourceforge.net/'>phpseclib</a> library. This method is only preferable if you cannot install mcrypt.",
- *   key_type = {"aes_encryption"}
+ *   key_type = {"encryption"}
  * )
  */
 class PHPSecLibEncryption extends EncryptionMethodBase implements EncryptionMethodInterface {
