Ejemplo n.º 1
0
 /**
  * @deprecated This method will be removed in SSP 2.0. Please use SimpleSAML\Utils\Crypto::aesEncrypt() instead.
  */
 public static function aesEncrypt($clear)
 {
     return SimpleSAML\Utils\Crypto::aesEncrypt($clear);
 }