Jose\Object\RecipientInterface::createRecipientFromLoadedJWE PHP Метод

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

public static createRecipientFromLoadedJWE ( array $headers, string | null $encrypted_key ) : Recipient
$headers array
$encrypted_key string | null
Результат Recipient
    public static function createRecipientFromLoadedJWE(array $headers, $encrypted_key);