Jose\DecrypterInterface::createDecrypter PHP Метод

createDecrypter() публичный статический Метод

public static createDecrypter ( array $key_encryption_algorithms, array $content_encryption_algorithms, array $compression_methods = ['DEF', 'ZLIB', 'GZ'] ) : Jose\DecrypterInterface
$key_encryption_algorithms array
$content_encryption_algorithms array
$compression_methods array
Результат Jose\DecrypterInterface
    public static function createDecrypter(array $key_encryption_algorithms, array $content_encryption_algorithms, array $compression_methods = ['DEF', 'ZLIB', 'GZ']);