Esempio n. 1
0
 /**
  * Decodes a given Base64 encoded string using the techniques and keys from the DynamicBaseObj.
  * @param string The encoded value
  * @return string The decoded value
  */
 public static final function decodeBase64($value)
 {
     return \System\Security\Base64Encoding::Base64Decode($value, self::ENCRYPTION_KEY);
 }