getSupportedContentEncryptionAlgorithms() публичный Метод

public getSupportedContentEncryptionAlgorithms ( ) : string[]
Результат string[]
Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function getSupportedContentEncryptionAlgorithms()
 {
     return false === $this->isDecryptionSupportEnabled() ? [] : $this->decrypter->getSupportedContentEncryptionAlgorithms();
 }